* New session variable 'can_receive_im' which indicates that the session is running...
[citadel.git] / citadel / citserver.c
index df75a28a0d06c4f7c8e0d546d56134ef09ab1439..063c229f8ef40f55554e201cdf6ee860e53e4a2c 100644 (file)
@@ -1009,8 +1009,8 @@ void citproto_begin_session() {
                CC->kill_me = 1;
        }
        else {
-               cprintf("%d %s Citadel server ready.\n",
-                       CIT_OK, config.c_nodename);
+               cprintf("%d %s Citadel server ready.\n", CIT_OK, config.c_nodename);
+               CC->can_receive_im = 1;
        }
 }