aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo.c
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo.c')
-rw-r--r--pseudo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pseudo.c b/pseudo.c
index e6e6a39..583adb1 100644
--- a/pseudo.c
+++ b/pseudo.c
@@ -481,6 +481,7 @@ pseudo_op(pseudo_msg_t *msg, const char *tag) {
* as of this writing, but might be logged by accident: */
pseudo_diag("error: op %s sent to server.\n", pseudo_op_name(msg->op));
break;
+ case OP_EXEC:
case OP_OPEN:
/* nothing to do -- just sent in case we're logging */
break;