From 5f662e81de4ec13bd29ec7b686646b2a8996f45d Mon Sep 17 00:00:00 2001 From: Tomas Heinrich Date: Fri, 16 Dec 2011 10:54:40 +0100 Subject: bugfix: potential fatal abort in omgssapi --- plugins/omgssapi/omgssapi.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/omgssapi') 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; } -- cgit