]> git.sur5r.net Git - openldap/blobdiff - servers/slurpd/admin.c
Remove lint
[openldap] / servers / slurpd / admin.c
index 5af8d53cce85c37e346fa2a1c01f00eed006b024..d3017932e12c19b190bba068ed031082b4ca3cc9 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenLDAP$ */
 /*
  * Copyright (c) 1996 Regents of the University of Michigan.
  * All rights reserved.
@@ -36,8 +37,8 @@
  * queue to the disk file given by SLURPD_DUMPFILE.
  */
 RETSIGTYPE
-do_admin()
+do_admin( int sig )
 {
     sglob->rq->rq_dump( sglob->rq );
-    (void) SIGNAL( SIGUSR2, do_admin );
+    (void) SIGNAL( sig, do_admin );
 }