From: Volker Lendecke Date: Wed, 22 Oct 2025 09:07:10 +0000 (+0200) Subject: smbd: Fix a comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40a23349643a83d4229c8b6b0b77ff203bd76531;p=thirdparty%2Fsamba.git smbd: Fix a comment Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- diff --git a/source3/smbd/conn_idle.c b/source3/smbd/conn_idle.c index 6eebdd363b1..ef00ecd78d1 100644 --- a/source3/smbd/conn_idle.c +++ b/source3/smbd/conn_idle.c @@ -70,7 +70,7 @@ bool conn_idle_all(struct smbd_server_connection *sconn, time_t t) /**************************************************************************** Forcibly unmount a share - async - All instances of the parameter 'sharename' share are unmounted. + All shares where "check_fn" returns true are closed. The special sharename '*' forces unmount of all shares. ****************************************************************************/