]> code.citadel.org Git - citadel.git/commitdiff
* Add serv_funambol.h to version control
authorArt Cancro <ajc@citadel.org>
Tue, 23 Jan 2007 18:07:30 +0000 (18:07 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 23 Jan 2007 18:07:30 +0000 (18:07 +0000)
* Remove 'Use system auth' from client-side config.  This option isn't
  really appropriate to change while the server is running.

citadel/routines2.c
citadel/serv_funambol.h [new file with mode: 0644]

index 50f5aff9a215ef25290235a19bc0c00a91a99f7c..a5b5cd50d0e84d0e3253705f9c93ccf93bcb3dfb 100644 (file)
@@ -722,9 +722,14 @@ void do_system_configuration(CtdlIPC *ipc)
        else {
                sc[18][0] = 0;
        }
-       snprintf(sc[52], sizeof sc[52], "%d", (boolprompt(
-               "Use system authentication",
-               atoi(&sc[52][0]))));
+
+       /* Commented out because this setting isn't really appropriate to
+        * change while the server is running.
+        *
+        * snprintf(sc[52], sizeof sc[52], "%d", (boolprompt(
+        *      "Use system authentication",
+        *      atoi(&sc[52][0]))));
+        */
 
        /* Server tuning */
 
diff --git a/citadel/serv_funambol.h b/citadel/serv_funambol.h
new file mode 100644 (file)
index 0000000..ecae2c7
--- /dev/null
@@ -0,0 +1 @@
+int notify_funambol(long msgnum, void *userdata);