X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fextnotify%2Ffunambol65.c;h=a3c744ece47f08661dcc2a87c1020f6745851d6c;hb=c661d2684bb4afee636f5fc8104ac3a8c43fc8b9;hp=38499fafc3deddb3776e3b95582c214d7a05ed97;hpb=1e79dc5d09c22f1d63edd6b36b28f9650a36b077;p=citadel.git 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);