cvsserver: always initialize state in argsplit()
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 17 Jun 2007 08:31:02 +0000 (10:31 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Jul 2007 06:13:34 +0000 (23:13 -0700)
Other code assumes that this is initialized, so do it
even if there were no arguments given.

Signed-off-by: Dirk Koopman <djk@tobit.co.uk>
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found