From: Andrew Tridgell Date: Fri, 8 Aug 2008 12:47:04 +0000 (+1000) Subject: added a explanatory comment on tcon check X-Git-Tag: samba-3.3.0pre1~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2ab2cebb9b81453dc0b6370288b85909182ae49;p=thirdparty%2Fsamba.git added a explanatory comment on tcon check --- diff --git a/source/smbd/server.c b/source/smbd/server.c index c7bf1daf684..3e816ee62de 100644 --- a/source/smbd/server.c +++ b/source/smbd/server.c @@ -953,6 +953,10 @@ static void exit_server_common(enum server_exit_reason how, (reason ? reason : "normal exit"))); } + /* if we had any open SMB connections when we exited then we + need to tell the parent smbd so that it can trigger a retry + of any locks we may have been holding or open files we were + blocking */ if (had_open_conn) { exit(1); } else {