]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/network/serv_network.c
System users (SYS_*) now have proper user numbers.
[citadel.git] / citadel / modules / network / serv_network.c
index 2d3d8e3ca91aed859f10370f1e7670322f84663e..86102e0a369ad15881f8f75ddb4c9b207523d324 100644 (file)
@@ -2083,7 +2083,7 @@ void *network_do_queue(void *args) {
        struct CitContext networkerCC;
 
        /* Give the networker its own private CitContext */
-       CtdlFillPrivateContext(&networkerCC, "network");
+       CtdlFillSystemContext(&networkerCC, "network");
        citthread_setspecific(MyConKey, (void *)&networkerCC );
 
        /*