X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=client-src%2Fsendbackup.c;fp=client-src%2Fsendbackup.c;h=2e91c9b74acd936f20fdaff1f27e430698297e8f;hb=e442edb4d5816c4ad107ad9e71164f845eba70ad;hp=9f26dafe2e2d3ccf02db171a2da62cc57d227b12;hpb=fb2bd066c2f8b34addafe48d62550e3033a59431;p=debian%2Famanda diff --git a/client-src/sendbackup.c b/client-src/sendbackup.c index 9f26daf..2e91c9b 100644 --- a/client-src/sendbackup.c +++ b/client-src/sendbackup.c @@ -193,6 +193,7 @@ main( char *line = NULL; char *err_extra = NULL; char *s; + char *conffile; int i; int ch; FILE *toolin; @@ -747,6 +748,7 @@ check_status( return 0; /* normal exit */ } + snprintf(numberpid, SIZEOF(number), "%d", (int)pid); if(ret == 0) { thiserr = vstrallocf(_("%s (%d) %s got signal %d"), strX, (int)pid, str, sig);