summaryrefslogtreecommitdiff
path: root/src/svc_auth_gss.c
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2014-07-14 08:46:12 -0400
committerSteve Dickson <steved@redhat.com>2014-08-07 14:41:34 -0400
commit04decaf02e0ed101823c816ff359abee348c6c6e (patch)
tree3cd33ccf1ab2c0d7a85cad68442fa8ac22a8d7dd /src/svc_auth_gss.c
parentf56e5a8fc22f49974b9a8cadc95b89f1dc8852f4 (diff)
downloadti-rpc-04decaf02e0ed101823c816ff359abee348c6c6e.tar.gz
libtirpc_debug: Converted the rest of the #ifdef DEBUGs
Replace the rest of the fprintf(stderr) surrounded by ifdef DEBUGS with the LIBTIRPC_DEBUG macro Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'src/svc_auth_gss.c')
-rw-r--r--src/svc_auth_gss.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/svc_auth_gss.c b/src/svc_auth_gss.c
index a032dd6..155c8de 100644
--- a/src/svc_auth_gss.c
+++ b/src/svc_auth_gss.c
@@ -248,7 +248,6 @@ svcauth_gss_accept_sec_context(struct svc_req *rqst,
maj_stat, min_stat);
return (FALSE);
}
-#ifdef DEBUG
#ifdef HAVE_KRB5
{
gss_buffer_desc mechname;
@@ -269,7 +268,6 @@ svcauth_gss_accept_sec_context(struct svc_req *rqst,
gd->cname.length, (char *)gd->cname.value,
gd->sec.qop, gd->sec.svc);
#endif
-#endif /* DEBUG */
seq = htonl(gr->gr_win);
seqbuf.value = &seq;
seqbuf.length = sizeof(seq);