X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fopenfile.c;h=1cb36ea9bc80d7275f4d5aa5b146dd5b82240364;hb=0c36574b5bb9d52e5d5c62f3f8c08977553b143c;hp=af5e86314544513cb66ce8303e41d80ed37e69b2;hpb=090c677210ee2946d99c71412e4ff762bb300f4f;p=fs%2Flustre-release.git diff --git a/lustre/tests/openfile.c b/lustre/tests/openfile.c index af5e863..1cb36ea 100644 --- a/lustre/tests/openfile.c +++ b/lustre/tests/openfile.c @@ -17,7 +17,7 @@ #include #include #include -#include +#include typedef struct flag_mapping { const char *string; @@ -61,7 +61,7 @@ int main(int argc, char** argv) int flag_set=0; int file_set=0; char c; - char* cloned_flags; + char* cloned_flags = NULL; if (argc == 1) Usage_and_abort();