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

r13133: patch from Makr Proehl <m.proehl@science-computing.de> for dumping server role when calling 'testparm -s' (BUG 1336)

(This used to be commit a4c6eceaae)
This commit is contained in:
Gerald Carter 2006-01-25 15:43:15 +00:00 committed by Gerald (Jerry) Carter
parent f6adbe5d67
commit efc04a2411

View File

@ -349,7 +349,7 @@ print command parameter is ignored when using CUPS libraries.\n",
} }
if (!silent_mode && !section_name && !parameter_name) { if (!section_name && !parameter_name) {
fprintf(stderr,"Server role: %s\n", server_role_str(lp_server_role())); fprintf(stderr,"Server role: %s\n", server_role_str(lp_server_role()));
} }