]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Removed warnings from svcgssd.c
authorSteve Dickson <steved@redhat.com>
Tue, 20 Jul 2010 22:22:32 +0000 (18:22 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 9 Aug 2010 13:57:02 +0000 (09:57 -0400)
svcgssd.c: In function 'sig_hup':
svcgssd.c:160: warning: unused parameter 'signal'

Signed-off-by: Steve Dickson <steved@redhat.com>
utils/gssd/svcgssd.c

index 729b6a6d3b80a86034e6887fd3a0e87c3113a9fa..e7375a49ce6b472106cc2ce64f26bb5eb3184537 100644 (file)
@@ -160,7 +160,7 @@ void
 sig_hup(int signal)
 {
        /* don't exit on SIGHUP */
 sig_hup(int signal)
 {
        /* don't exit on SIGHUP */
-       printerr(1, "Received SIGHUP... Ignoring.\n");
+       printerr(1, "Received SIGHUP(%d)... Ignoring.\n", signal);
        return;
 }
 
        return;
 }