fixing gss destroy context

This commit is contained in:
Olga Kornievskaia 2011-02-28 14:37:45 -05:00 committed by unknown
parent 0c2148da5b
commit 5cf32c11c2

View file

@ -298,6 +298,9 @@ authsspi_validate(AUTH *auth, struct opaque_auth *verf, u_int seq)
return (TRUE);
}
if (gd->gc.gc_proc == RPCSEC_SSPI_DESTROY)
return TRUE;
if (gd->gc.gc_proc == RPCSEC_SSPI_INIT ||
gd->gc.gc_proc == RPCSEC_SSPI_CONTINUE_INIT) {
num = htonl(gd->win);