make compile

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24778 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-22 23:25:28 +00:00
parent bd98ea9e81
commit d44779d9d0

View File

@@ -949,7 +949,7 @@ HandleOP(WrapExt)
errx(1, "gss_wrap failed");
maj_stat = gss_wrap_iov(&min_stat, ctx, flags, 0, &conf_state,
iov, iov_len)
iov, iov_len);
if (maj_stat != GSS_S_COMPLETE)
errx(1, "gss_wrap failed");
@@ -968,8 +968,7 @@ HandleOP(WrapExt)
memcpy(p, iov[5].buffer.value, iov[5].buffer.length);
p += iov[5].buffer.length;
gss_release_iov_buffer(NULL, iov, iov_len)
gss_release_iov_buffer(NULL, iov, iov_len);
put32(c, 0); /* XXX fix gsm_error */
putdata(c, token);