s3: Add msg_ctx to smbd_server_connection
authorVolker Lendecke <vl@samba.org>
Sun, 4 Jul 2010 15:50:04 +0000 (17:50 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 5 Jul 2010 09:06:23 +0000 (11:06 +0200)
commit9cc52e8411c5b5bda73bbbe58d98a73ebd671b65
tree6b4e9cf530fb3aca99af1f2ed42849430e797f36
parenta27bd84bf827fc3f7efe6afb6329d98a20a00389
s3: Add msg_ctx to smbd_server_connection

It would be obvious to initialize this in smbd_init_globals(), but there the
messaging_context can't be initialized yet because we don't have smb.conf
loaded yet.
source3/smbd/globals.h
source3/smbd/server.c