s3:smbd: add a smbd_server_connection pointer to connection_struct
authorStefan Metzmacher <metze@samba.org>
Thu, 6 Aug 2009 11:22:33 +0000 (13:22 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 7 Aug 2009 12:18:14 +0000 (14:18 +0200)
commitc54e6b19e395724eb84f6e7157073e8772bc8594
tree959cf0c63c920a933f407025bb99bcef489cd90c
parent8300b255a5f88cc4ca23678595810d7caec50a00
s3:smbd: add a smbd_server_connection pointer to connection_struct

This can be NULL for faked connection structs used in the rpc server
or printing code.

metze
source3/include/proto.h
source3/include/smb.h
source3/smbd/conn.c
source3/smbd/ipc.c
source3/smbd/reply.c
source3/smbd/service.c
source3/smbd/smb2_tcon.c