]> git.sur5r.net Git - openldap/blobdiff - servers/slurpd/admin.c
Remove lint
[openldap] / servers / slurpd / admin.c
index 4c814b2b001162839cfcb5ebfcd744cc6c561a5a..d3017932e12c19b190bba068ed031082b4ca3cc9 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenLDAP$ */
 /*
  * Copyright (c) 1996 Regents of the University of Michigan.
  * All rights reserved.
@@ -39,5 +40,5 @@ RETSIGTYPE
 do_admin( int sig )
 {
     sglob->rq->rq_dump( sglob->rq );
-    (void) SIGNAL( LDAP_SIGUSR2, do_admin );
+    (void) SIGNAL( sig, do_admin );
 }