summaryrefslogtreecommitdiffstats
path: root/omfwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'omfwd.c')
-rw-r--r--omfwd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/omfwd.c b/omfwd.c
index 3bfd9cc7..b7a7b025 100644
--- a/omfwd.c
+++ b/omfwd.c
@@ -569,6 +569,11 @@ static rsRetVal doTryResume(instanceData *pData)
iRet = RS_RET_SUSPENDED;
}
break;
+ case eDestFORW:
+ /* rgerhards, 2007-09-11: this can not happen, but I've included it to
+ * a) make the compiler happy, b) detect any logic errors */
+ assert(0);
+ break;
}
return iRet;