From: Alex Snast Date: Sat, 19 Apr 2014 16:30:43 +0000 (+0300) Subject: nfs-ls: Fix crash when called with no arguments X-Git-Tag: upstream/1.9.6^2~39^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=76ead54bd39dc22a9fac4e99ea869a9b0e66d9ba;hp=76ead54bd39dc22a9fac4e99ea869a9b0e66d9ba;p=deb_libnfs.git 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. ---