From c661d2684bb4afee636f5fc8104ac3a8c43fc8b9 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sun, 5 Jun 2011 16:42:29 +0000 Subject: [PATCH] Give us an own Context per notification client. --- citadel/modules/extnotify/funambol65.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2