fixing compile warnings and funciton name typos

This commit is contained in:
Olga Kornievskaia 2011-03-18 11:01:07 -04:00 committed by unknown
parent 4355e06153
commit 5e5d1d21d5
3 changed files with 13 additions and 7 deletions

View file

@ -248,7 +248,7 @@ xdr_rpc_sspi_unwrap_data(XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr,
maj_stat = gss_unwrap(&min_stat, ctx, &wrapbuf, &databuf,
&conf_state, &qop_state);
#else
maj_stat = sspi_upwrap(ctx, &wrapbuf, &databuf, &conf_state, &qop_state);
maj_stat = sspi_unwrap(ctx, &wrapbuf, &databuf, &conf_state, &qop_state);
#endif
#if 0
gss_release_buffer(&min_stat, &wrapbuf);