Message ID | 20121022160652.4552.84836.stgit@lebasque.1015granger.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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 <chuck.lever@oracle.com> --- utils/gssd/gss_util.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html