nfs-ls: Fix crash when called with no arguments
authorAlex Snast <alexsn@il.ibm.com>
Sat, 19 Apr 2014 16:30:43 +0000 (19:30 +0300)
committerAlex Snast <alexsn@il.ibm.com>
Sat, 19 Apr 2014 16:35:49 +0000 (19:35 +0300)
commit76ead54bd39dc22a9fac4e99ea869a9b0e66d9ba
tree0bd2715c197258eb2e94a9bed70a8dfd604128ab
parent548e2bea4bec87c8752330ada488dc76e8873f1b
nfs-ls: Fix crash when called with no arguments

When called with no argument we jump to 'finished' label
after which nfs_destroy_url is called with *url having
some garbage stack value.
utils/nfs-ls.c