fixed the log wrapping bug.
authorAndrew Tridgell <tridge@samba.org>
Fri, 10 Oct 1997 02:32:01 +0000 (02:32 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 10 Oct 1997 02:32:01 +0000 (02:32 +0000)
commit1ece349db580ff8ca5a90339d20381dcb24f1c4c
treedebca9283965b62eb1c9aec8de568112257e5b27
parent805749baab4e79fbdb9897f22b2c801d9dd9efc2
fixed the log wrapping bug.

This is a very nasty bug that I think explains quite a few
intermittent problems people have been having with Samba.

It may be worth checking on other cases where errno can be overwritten
by seemingly innocuous things (in this case a DEBUG() line)
(This used to be commit 1448f528b60402170257c1cdf6831cc40b4c86c9)
source3/lib/util.c