]> err.no Git - util-linux/commitdiff
lomount: initialize sizelimit (lost in merge)
authorLaMont Jones <lamont@debian.org>
Mon, 26 May 2008 20:39:07 +0000 (14:39 -0600)
committerLaMont Jones <lamont@debian.org>
Mon, 26 May 2008 20:39:07 +0000 (14:39 -0600)
Addresses-Ubuntu-Bug: 230974
Signed-off-by: LaMont Jones <lamont@debian.org>
mount/lomount.c

index e6b7f247466e32547e67de6ae50aed9ec812c420..06f7323e2cebafe870983c4da1eca781831052c4 100644 (file)
@@ -960,7 +960,7 @@ main(int argc, char **argv) {
        delete = find = all = 0;
        off = 0;
         slimit = 0;
-       assoc = offset = encryption = passfd = NULL;
+       assoc = offset = sizelimit = encryption = passfd = NULL;
        keysize = NULL;
 
        progname = argv[0];