From: Luke Howard Date: Sat, 24 Sep 2011 15:49:36 +0000 (+1000) Subject: turn down some warnings X-Git-Url: http://www.project-moonshot.org/gitweb/?p=openssh.git;a=commitdiff_plain;h=afca9d259be1d594e282f9a80714e4be12fea16e turn down some warnings --- diff --git a/gss-serv.c b/gss-serv.c index af2538a..2a6bfbf 100644 --- a/gss-serv.c +++ b/gss-serv.c @@ -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;