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)
When called with no argument we jump to 'finished' label
after which nfs_destroy_url is called with *url having
some garbage stack value.


No differences found