daemon: do not die on older clients.
commit83543a24c316de60b886cd98272fde2bcc99d558
authorJunio C Hamano <junkio@cox.net>
Tue, 24 Oct 2006 01:26:05 +0000 (23 18:26 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 24 Oct 2006 01:26:05 +0000 (23 18:26 -0700)
treec4a66e1ce7a9be7d2955fd6c0f4a806acc9fe786
parent67aef034551aed0cc417e8b758a59b9978c4f3f1
daemon: do not die on older clients.

In the older times, the clients did not say which host they were trying
to connect, and the code we recently added did not quite handle the
older clients correctly.

Noticed by Simon Arlott.

Signed-off-by: Junio C Hamano <junkio@cox.net>
daemon.c