From f030a7a829d3126f24fb087b23288c23778c9858 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Mon, 26 May 2008 14:39:07 -0600 Subject: [PATCH] lomount: initialize sizelimit (lost in merge) Addresses-Ubuntu-Bug: 230974 Signed-off-by: LaMont Jones --- mount/lomount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.39.5