diff options
author | Bill Nottingham <notting@redhat.com> | 2001-06-20 21:16:56 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-06-20 21:16:56 +0000 |
commit | 3453e77741eb5a9a2950307a8539e993a8870436 (patch) | |
tree | ff30d6e3daf024e64cfee0bf9974bf072804ee61 /src/usernetctl.c | |
parent | 8c83c9d11b620a687673eb1194ebb47223c18b6b (diff) | |
download | initscripts-3453e77741eb5a9a2950307a8539e993a8870436.tar initscripts-3453e77741eb5a9a2950307a8539e993a8870436.tar.gz initscripts-3453e77741eb5a9a2950307a8539e993a8870436.tar.bz2 initscripts-3453e77741eb5a9a2950307a8539e993a8870436.tar.xz initscripts-3453e77741eb5a9a2950307a8539e993a8870436.zip |
clean up some compiler warnings
Diffstat (limited to 'src/usernetctl.c')
-rw-r--r-- | src/usernetctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usernetctl.c b/src/usernetctl.c index 34a6550c..238c0aee 100644 --- a/src/usernetctl.c +++ b/src/usernetctl.c @@ -120,7 +120,7 @@ int main(int argc, char ** argv) { char * ifaceConfig; char * chptr; - char * cmd; + char * cmd = NULL; int report = 0; char tmp; |