* compatibility with Berkeley DB < 3.3
[citadel.git] / citadel / serv_network.c
index 67baa62a27e21f92f7a92750348e998b38180a10..f6f79e5931568715b760e7854fbe350fd612348e 100644 (file)
@@ -1363,7 +1363,7 @@ void cmd_netp(char *cmdbuf)
 
        safestrncpy(CC->net_node, node, sizeof CC->net_node);
        network_talking_to(node, NTT_ADD);
-       cprintf("%d authenticated as network node '%s'\n", OK,
+       cprintf("%d authenticated as network node '%s'\n", CIT_OK,
                CC->net_node);
 }