From: Wilfried Goesgens Date: Sun, 5 Jun 2011 16:42:29 +0000 (+0000) Subject: Give us an own Context per notification client. X-Git-Tag: v8.11~1046 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=c661d2684bb4afee636f5fc8104ac3a8c43fc8b9 Give us an own Context per notification client. --- diff --git a/citadel/modules/extnotify/funambol65.c b/citadel/modules/extnotify/funambol65.c index 38499fafc..a3c744ece 100644 --- a/citadel/modules/extnotify/funambol65.c +++ b/citadel/modules/extnotify/funambol65.c @@ -73,7 +73,7 @@ int notify_http_server(char *remoteurl, IO = (AsyncIO*) malloc(sizeof(AsyncIO)); memset(IO, 0, sizeof(AsyncIO)); - IO->CitContext = CC; + IO->CitContext = CloneContext(CC); snprintf(msgnumstr, 128, "%ld", MsgNum);