10 Aug
2006
10 Aug
'06
9:53 p.m.
On Tue, 2006-08-01 at 09:58 +0200, Thomas Zajic wrote:
BTW, while we're at it (this one's for Timo, I guess ;-) - is there a specific reason why this check is done via lstat() rather than via plain ol' stat() (see src/master/master-settings.c, line# 784)?
I guess it could be a symlink. Changed now. In general I use lstat() everywhere to avoid possible problems with them.