X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fnetconfig.c;h=3161b11003bbff3ad471401f3536b179fc459f22;hb=f0e4b5bde1396c4282a085d3e2af12ce9c0cf223;hp=d2a39c6c63e11cd1b2e1d02af343c4b631b6e9b1;hpb=f88d67da640fc36def6a9c7e14e6e0ac793273a9;p=citadel.git 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,