summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdk-stage1/lomount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/lomount.c b/mdk-stage1/lomount.c
index 77e520c41..01d0b1a0a 100644
--- a/mdk-stage1/lomount.c
+++ b/mdk-stage1/lomount.c
@@ -80,7 +80,7 @@ set_loop (const char *device, const char *file, int gz)
loopinfo.lo_name[LO_NAME_SIZE - 1] = 0;
loopinfo.lo_offset = 0;
if (gz)
- loopinfo.lo_encrypt_key = 13; /* LO_CRYPT_GZ */
+ loopinfo.lo_encrypt_type = 13; /* LO_CRYPT_GZ */
#ifdef MCL_FUTURE
/*