turn down some warnings
authorLuke Howard <lukeh@padl.com>
Sat, 24 Sep 2011 15:49:36 +0000 (01:49 +1000)
committerLuke Howard <lukeh@padl.com>
Sat, 24 Sep 2011 15:49:36 +0000 (01:49 +1000)
gss-serv.c

index af2538a..2a6bfbf 100644 (file)
@@ -166,7 +166,7 @@ ssh_gssapi_accept_ctx(Gssctxt *ctx, gss_buffer_desc *recv_tok,
 
        if (ctx->client_creds)
                debug("Received some client credentials");
-       else
+       else if (ctx->major == GSS_S_COMPLETE)
                debug("Got no client credentials");
 
        status = ctx->major;