X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fsendcommand.c;h=caca87fd9a534ff09c7887aad60da0be7b048f11;hp=7d8e089853fc1416e11739d8a29a23f3da922d06;hb=b826c3117bb7ddf1386a4811cb2eb47ea4e1097c;hpb=ee511c807bbb15b0231f7aae485c3eb38e8e01bf diff --git a/citadel/sendcommand.c b/citadel/sendcommand.c index 7d8e08985..caca87fd9 100644 --- a/citadel/sendcommand.c +++ b/citadel/sendcommand.c @@ -142,8 +142,6 @@ int main(int argc, char **argv) int xfermode = 0; char ctdldir[PATH_MAX]=CTDLDIR; - StartLibCitadel(SIZ); - /* Parse command line */ while ((a = getopt(argc, argv, "h:w:")) != EOF) { switch (a) { @@ -221,23 +219,10 @@ int main(int argc, char **argv) close(serv_sock); alarm(0); /* cancel the watchdog timer */ + fprintf(stderr, "sendcommand: processing ended.\n"); if (xfermode == '5') { return(1); } return(0); } - - - - - - - - - - - - - -