another mule fix

This commit is contained in:
roberto@debian32
2011-10-25 17:03:13 +02:00
parent bf32988f3e
commit b3107d9a25
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1153,7 +1153,7 @@ PyObject *py_uwsgi_mule_msg(PyObject * self, PyObject * args) {
char *message = NULL;
Py_ssize_t message_len = 0;
int mule_id = 0;
int mule_id = 1;
ssize_t len;
if (!PyArg_ParseTuple(args, "s#|i:mule_msg", &message, &message_len, &mule_id)) {