s3: Fix clear_if_first for the async echo handler
authorVolker Lendecke <vl@samba.org>
Thu, 6 Dec 2012 14:51:55 +0000 (15:51 +0100)
committerChristian Ambach <ambi@samba.org>
Fri, 7 Dec 2012 10:29:36 +0000 (11:29 +0100)
commit0fa31296864cd2b0c64c33ac74d55178ad542f90
tree232e1c31535cc18f8ae6ccebef33bf590542b072
parentf8056b7a6998e002f473b0ad79eee046236a7032
s3: Fix clear_if_first for the async echo handler

A worker smbd is as not long-lived as the main smbd, but as the async
echo handler exits when the worker smbd does, passing "true" here is the
right thing to do and fixes our clear_if_first handling when the async
echo handler is active.

Reviewed-by: Christian Ambach <ambi@samba.org>
Autobuild-User(master): Christian Ambach <ambi@samba.org>
Autobuild-Date(master): Fri Dec  7 11:29:36 CET 2012 on sn-devel-104
source3/smbd/process.c