Merge branch 'upstream'
[debian/amanda] / client-src / sendbackup.c
index 9f26dafe2e2d3ccf02db171a2da62cc57d227b12..2e91c9b74acd936f20fdaff1f27e430698297e8f 100644 (file)
@@ -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);