X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fnetconfig.c;fp=citadel%2Fnetconfig.c;h=3161b11003bbff3ad471401f3536b179fc459f22;hp=d2a39c6c63e11cd1b2e1d02af343c4b631b6e9b1;hb=f0e4b5bde1396c4282a085d3e2af12ce9c0cf223;hpb=23a509b126827987935a6f1cfbdfa9c35bab918f diff --git a/citadel/netconfig.c b/citadel/netconfig.c index d2a39c6c6..3161b1100 100644 --- a/citadel/netconfig.c +++ b/citadel/netconfig.c @@ -926,7 +926,7 @@ void cmd_netp(char *cmdbuf) lens[0] = strlen(CCC->cs_addr); strs[1] = "SRV_UNKNOWN"; - lens[1] = sizeof("SRV_UNKNOWN" - 1); + lens[1] = sizeof("SRV_UNKNOWN") - 1; CtdlAideFPMessage( err_buf, @@ -953,7 +953,7 @@ void cmd_netp(char *cmdbuf) lens[0] = strlen(CCC->cs_addr); strs[1] = "SRV_PW"; - lens[1] = sizeof("SRV_PW" - 1); + lens[1] = sizeof("SRV_PW") - 1; CtdlAideFPMessage( err_buf,