diff options
author | Simo Sorce <idra@samba.org> | 2010-07-28 12:44:37 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-28 12:44:37 -0400 |
commit | c4b3c9ec0f2efa937529160999f7e44bcad3591f (patch) | |
tree | f188888e9b67f9292351bb212c990bc345509fba | |
parent | 7eaa15af2c5b544946bfb2b8c522ba9677527972 (diff) | |
download | samba-c4b3c9ec0f2efa937529160999f7e44bcad3591f.tar.gz samba-c4b3c9ec0f2efa937529160999f7e44bcad3591f.tar.bz2 samba-c4b3c9ec0f2efa937529160999f7e44bcad3591f.zip |
smbd: Fix build warning
-rw-r--r-- | source3/smbd/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index d91c07e169..b867ba1737 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -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(); } |