diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 09:27:04 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 16:03:15 +0200 |
commit | 80cda2e807ee32e3a1e3f93097310798fa4a3814 (patch) | |
tree | 4f3d7a63264bad5d9b2b56355f5e6151b27ba8da /source3/smbd | |
parent | 2d3623529fed0be2945cecfb19cef579e5af057e (diff) | |
download | samba-80cda2e807ee32e3a1e3f93097310798fa4a3814.tar.gz samba-80cda2e807ee32e3a1e3f93097310798fa4a3814.tar.bz2 samba-80cda2e807ee32e3a1e3f93097310798fa4a3814.zip |
s3: Lift the smbd_messaging_context from nt_printing_tdb_migrate
Diffstat (limited to 'source3/smbd')
-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 d8ed563e1c..36db09f810 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -2860,7 +2860,7 @@ fail: static bool spoolss_init_cb(void *ptr) { - return nt_printing_tdb_migrate(); + return nt_printing_tdb_migrate(smbd_messaging_context()); } /**************************************************************************** |