X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-postflight%2Fao-postflight.c;h=6683c67c9f3a0624b4b2bd2435ca9ce65c34c76e;hb=45ede4a4b203ef9da5bf05c49cb9c5a2e6382ec5;hp=c5814c93de4e7fe30fccd3a89c832aeb5693d4b1;hpb=d42ebf0661ecf15455e5051de1e16ae66f8dd857;p=fw%2Faltos diff --git a/ao-tools/ao-postflight/ao-postflight.c b/ao-tools/ao-postflight/ao-postflight.c index c5814c93..6683c67c 100644 --- a/ao-tools/ao-postflight/ao-postflight.c +++ b/ao-tools/ao-postflight/ao-postflight.c @@ -205,7 +205,7 @@ main (int argc, char **argv) int c; int serial; char *s; - char *summary_name, *detail_name; + char *summary_name = NULL, *detail_name = NULL; while ((c = getopt_long(argc, argv, "S:D:", options, NULL)) != -1) { switch (c) {