summaryrefslogtreecommitdiffstats
path: root/ncr.c
diff options
context:
space:
mode:
Diffstat (limited to 'ncr.c')
-rw-r--r--ncr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ncr.c b/ncr.c
index 7014a30..4cc7ef3 100644
--- a/ncr.c
+++ b/ncr.c
@@ -161,6 +161,7 @@ ncr_ioctl(struct ncr_lists* lst, struct file *filp,
return ncr_session_final(lst, arg);
case NCRIO_SESSION_ONCE:
return ncr_session_once(lst, arg);
+
case NCRIO_MASTER_KEY_SET:
return ncr_master_key_set(arg);
case NCRIO_KEY_GENERATE_PAIR: