1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

param: remove a redundant (and wrong) comment frop lpcfg_service_ok()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Michael Adam 2014-07-29 12:19:23 +02:00
parent b7f4b0ca00
commit 64b9f520d2

View File

@ -963,7 +963,6 @@ bool lpcfg_service_ok(struct loadparm_service *service)
service->bAvailable = false;
}
/* If a service is flagged unavailable, log the fact at level 0. */
if (!service->bAvailable)
DEBUG(1, ("NOTE: Service %s is flagged unavailable.\n",
service->szService));