https://bugzilla.novell.com/show_bug.cgi?id=655804 https://bugzilla.novell.com/show_bug.cgi?id=655804#c5 --- Comment #5 from Petr Uzel <puzel@novell.com> 2010-11-30 12:38:25 UTC --- (In reply to comment #2)
(In reply to comment #1)
Obvious fix: --- mount/lomount.c.orig 2010-11-29 11:44:05.000000000 +0100 +++ mount/lomount.c 2010-11-29 11:44:26.000000000 +0100 @@ -822,8 +822,7 @@ set_loop(const char *device, const char
if(!loopinfo64.lo_encrypt_key_size) { if(!keysz) { - if(verbose) - fprintf(stderr, _("please specify a key length\n")); + fprintf(stderr, _("please specify a key length\n")); return 1; } loopinfo64.lo_encrypt_key_size = keysz>>3;
Ack.
Thanks. Submitted to Factory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.