From: Mark Wooding Date: Fri, 3 Feb 2006 20:27:02 +0000 (+0000) Subject: daemon: Provide missing argument for logerror() call. X-Git-Tag: v1.2.0~67 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1fda3d557b7c9e19e008c3a3d77f1922341796d7?hp=1fda3d557b7c9e19e008c3a3d77f1922341796d7 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 Signed-off-by: Junio C Hamano ---