commit | 83543a24c316de60b886cd98272fde2bcc99d558 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Mon Oct 23 18:26:05 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Mon Oct 23 18:26:05 2006 -0700 |
tree | c4a66e1ce7a9be7d2955fd6c0f4a806acc9fe786 | |
parent | 67aef034551aed0cc417e8b758a59b9978c4f3f1 [diff] |
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>