aboutsummaryrefslogtreecommitdiffstats
path: root/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'env.c')
-rw-r--r--env.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/env.c b/env.c
index 1ea8895c..7aad7d52 100644
--- a/env.c
+++ b/env.c
@@ -215,6 +215,9 @@ const char *showproto(int proto)
case P_APOP: return("APOP");
case P_RPOP: return("RPOP");
case P_ETRN: return("ETRN");
+#ifdef ODMR_ENABLE
+ case P_ODMR: return("ODMR");
+#endif /* ODMR_ENABLE */
default: return("unknown?!?");
}
}