s3:smbd: register MSG_SMB_FILE_RENAME after the fork
authorStefan Metzmacher <metze@samba.org>
Tue, 13 Dec 2011 07:19:06 +0000 (08:19 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 13 Dec 2011 11:36:35 +0000 (12:36 +0100)
commit173ea71686fa5ba34f418d6085a68c1c983659c5
treed99cd1a1f60147d1bff498c64371e8fdd513f9fb
parentd492a437beb0d2ba03984a4b4564c36987778428
s3:smbd: register MSG_SMB_FILE_RENAME after the fork

The parent smbd doesn't need to handle this, as it doesn't
have any file handles open.

metze
source3/smbd/process.c
source3/smbd/server.c