Skip to content

Commit

Permalink
Update adminutil.c
Browse files Browse the repository at this point in the history
fix /admin/log section
  • Loading branch information
reddevillg committed Nov 7, 2019
1 parent 025b8ce commit 5129a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cups/adminutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ cupsAdminSetServerSettings(

in_cancel_job = 0;
}
else if ((((in_admin_location || in_conf_location || in_root_location) &&
else if ((((in_admin_location || in_conf_location || in_root_location || in_log_location) &&
(remote_admin >= 0 || remote_any >= 0)) ||
(in_root_location && share_printers >= 0)) &&
(!_cups_strcasecmp(line, "Allow") || !_cups_strcasecmp(line, "Deny") ||
Expand Down

0 comments on commit 5129a91

Please sign in to comment.