s3:smbd move messaging_context and memcache into globals.c
authorAndrew Bartlett <abartlet@samba.org>
Wed, 26 May 2010 00:48:15 +0000 (10:48 +1000)
committerStefan Metzmacher <metze@samba.org>
Fri, 28 May 2010 16:08:27 +0000 (18:08 +0200)
commit59422efca9734f7e4248f9c7df8b6b823f17999b
tree1a1c098d27af02eee8f7d6e7e7496fc447513852
parent6f279de0e672996ff1c142202581e6471ed6e859
s3:smbd move messaging_context and memcache into globals.c

This helps vfstest, which previously had duplicate copies of these functions.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/globals.c
source3/smbd/server.c
source3/torture/vfstest.c