smbprofile: Add dst pid to smbprofile_cleanup
authorVolker Lendecke <vl@samba.org>
Fri, 6 Nov 2015 13:55:35 +0000 (14:55 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 16 Nov 2015 13:51:33 +0000 (14:51 +0100)
commitb4b4fd0ba0f838cc30d7c331dae33335015096f7
treedc7e9af37c03722c8e0fd7bceea728c1fb237414
parente3e0a295c3fc25391260a8bb7d7d29137f7129fa
smbprofile: Add dst pid to smbprofile_cleanup

The consolidation will soon be done by a separate process. We need to
avoid the getpid() call in smbprofile_cleanup().

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/include/smbprofile.h
source3/profile/profile.c
source3/smbd/server.c