author | Mark Wooding <mdw@distorted.org.uk> | |
Fri, 3 Feb 2006 20:27:02 +0000 (20:27 +0000) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 4 Feb 2006 07:33:20 +0000 (23:33 -0800) | ||
commit | 1fda3d557b7c9e19e008c3a3d77f1922341796d7 | |
tree | c9966935e5d59fc61fd0f681661947e69ff2881f | tree | snapshot |
parent | c0c74a88f9016dad4665a4f1d446cebb2bdb1968 | commit | diff |
daemon: Provide missing argument for logerror() call.
Could cause a crash if --base-path set. Unlikely to be a security the
concern: message doesn't go to the client, so we can't leak anything
(except by dumping core), and we've already forked, so it's not a denial
of service.
Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Could cause a crash if --base-path set. Unlikely to be a security the
concern: message doesn't go to the client, so we can't leak anything
(except by dumping core), and we've already forked, so it's not a denial
of service.
Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
daemon.c | diff | blob | history |