s3: Remove the smbd_messaging_context from smb_conf_updated
authorVolker Lendecke <vl@samba.org>
Sun, 8 Aug 2010 16:55:03 +0000 (18:55 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 8 Aug 2010 21:37:47 +0000 (23:37 +0200)
source3/smbd/server.c

index 1f34ab4fbfd6d4efb348ed98c50753b61b613f4c..1a5d81f2180ad59097e47eb49cea381d215bec97 100644 (file)
@@ -68,7 +68,7 @@ static void smb_conf_updated(struct messaging_context *msg,
        DEBUG(10,("smb_conf_updated: Got message saying smb.conf was "
                  "updated. Reloading.\n"));
        change_to_root_user();
-       reload_services(smbd_messaging_context(), False);
+       reload_services(msg, False);
 }