s3:smbd: move initialization of the smbd_shim from smbd_init_globals() to main()
commit8eab264470ee7adea1e448fc29bc8111902a83b0
authorMichael Adam <obnox@samba.org>
Thu, 18 Oct 2012 13:59:55 +0000 (18 15:59 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 19 Oct 2012 10:14:58 +0000 (19 12:14 +0200)
tree5f61f87cc5491df00122e22b16c74022c77b1bc3
parent781db9d1e564797546009aa5a49378b6e70502d7
s3:smbd: move initialization of the smbd_shim from smbd_init_globals() to main()

This is in preparation of adding server exit hooks to the shim.

Signed-off-by: Michael Adam <obnox@samba.org>
source3/smbd/globals.c
source3/smbd/server.c