From: LaMont Jones Date: Mon, 26 May 2008 20:39:07 +0000 (-0600) Subject: lomount: initialize sizelimit (lost in merge) X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f030a7a829d3126f24fb087b23288c23778c9858;p=util-linux lomount: initialize sizelimit (lost in merge) Addresses-Ubuntu-Bug: 230974 Signed-off-by: LaMont Jones --- diff --git a/mount/lomount.c b/mount/lomount.c index e6b7f247..06f7323e 100644 --- a/mount/lomount.c +++ b/mount/lomount.c @@ -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];