smbd: Fix build warning
authorSimo Sorce <idra@samba.org>
Wed, 28 Jul 2010 16:44:37 +0000 (12:44 -0400)
committerSimo Sorce <idra@samba.org>
Wed, 28 Jul 2010 16:44:37 +0000 (12:44 -0400)
source3/smbd/process.c

index d91c07e169f9c18f4b5c88985932876258f9ea39..b867ba1737ed0e62df299bf4e7dfe7437da6bf18 100644 (file)
@@ -2857,7 +2857,7 @@ fail:
        return false;
 }
 
-static bool spoolss_init_cb(void)
+static bool spoolss_init_cb(void *ptr)
 {
        return nt_printing_tdb_migrate();
 }