From 93b62b6e62e3680cad1d400b1992f919f9914178 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Tue, 30 Oct 2012 15:07:54 -0400 Subject: rpc.gssd: Squelch compiler warning gss_util.c: At top level: gss_util.c:98:36: warning: ISO C does not allow extra ; outside of a function [-pedantic] Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- utils/gssd/gss_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/gssd/gss_util.c b/utils/gssd/gss_util.c index 0e327b0..2e6d40f 100644 --- a/utils/gssd/gss_util.c +++ b/utils/gssd/gss_util.c @@ -95,7 +95,7 @@ /* Global gssd_credentials handle */ gss_cred_id_t gssd_creds; -gss_OID g_mechOid = GSS_C_NULL_OID;; +gss_OID g_mechOid = GSS_C_NULL_OID; #if 0 static void -- cgit