debug: Do not constantly rename logs when max log size = 0
commitc2094e313118c29e1e7540ca8f06f9fe0bd30e16
authorAndrew Bartlett <abartlet@samba.org>
Mon, 11 Jun 2012 03:22:42 +0000 (11 13:22 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 11 Jun 2012 11:34:43 +0000 (11 13:34 +0200)
tree62d1a342d2e5ffca2e3ef358271cd28b26a29f13
parent61ab9a4806a4139e783fa0cf5481a7e7f9e46678
debug: Do not constantly rename logs when max log size = 0

In Samba4, the max log size parameter is not yet connected, so maxlog is 0

This means that we would, on receipt of a -HUP, have all child
processes attempt a rename.

Now we have the -HUP mean we reopen the logs unconditionally, and then
we see if the log is too large (samba3 mode) or simply proceed assuming
that someone else has renamed the logs for us.

Andrew Bartlett

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Jun 11 13:34:43 CEST 2012 on sn-devel-104
lib/util/debug.c