summaryrefslogtreecommitdiffstats
path: root/plugins/omgssapi/omgssapi.c
diff options
context:
space:
mode:
authorTomas Heinrich <theinric@redhat.com>2011-12-16 10:54:40 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-12-16 10:54:40 +0100
commit5f662e81de4ec13bd29ec7b686646b2a8996f45d (patch)
tree9d7edc45a984831ce0b875f1e59b5852110d9982 /plugins/omgssapi/omgssapi.c
parent21c2f630e9ce218f86b1bd314e7c803b381fcec2 (diff)
downloadrsyslog-5f662e81de4ec13bd29ec7b686646b2a8996f45d.tar.gz
rsyslog-5f662e81de4ec13bd29ec7b686646b2a8996f45d.tar.xz
rsyslog-5f662e81de4ec13bd29ec7b686646b2a8996f45d.zip
bugfix: potential fatal abort in omgssapi
Diffstat (limited to 'plugins/omgssapi/omgssapi.c')
-rw-r--r--plugins/omgssapi/omgssapi.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/omgssapi/omgssapi.c b/plugins/omgssapi/omgssapi.c
index 782ac22f..3fb0b8f0 100644
--- a/plugins/omgssapi/omgssapi.c
+++ b/plugins/omgssapi/omgssapi.c
@@ -361,9 +361,7 @@ static rsRetVal doTryResume(instanceData *pData)
}
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);
+ /* NOOP */
break;
}