fixing gss destroy context
This commit is contained in:
parent
0c2148da5b
commit
5cf32c11c2
1 changed files with 3 additions and 0 deletions
|
|
@ -298,6 +298,9 @@ authsspi_validate(AUTH *auth, struct opaque_auth *verf, u_int seq)
|
||||||
return (TRUE);
|
return (TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (gd->gc.gc_proc == RPCSEC_SSPI_DESTROY)
|
||||||
|
return TRUE;
|
||||||
|
|
||||||
if (gd->gc.gc_proc == RPCSEC_SSPI_INIT ||
|
if (gd->gc.gc_proc == RPCSEC_SSPI_INIT ||
|
||||||
gd->gc.gc_proc == RPCSEC_SSPI_CONTINUE_INIT) {
|
gd->gc.gc_proc == RPCSEC_SSPI_CONTINUE_INIT) {
|
||||||
num = htonl(gd->win);
|
num = htonl(gd->win);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue