Daniel Shahaf <danielsh@tigris.org>


Found
r24516

r24516 | dlr | 2007-04-10 14:19:03 -0500 (Tue, 10 Apr 2007)

Fix 'svnversion --version' segfault portion of issue #2757 (which had
similar problems as those for 'svnserve --version', fixed in r24385
and r24418).

* subversion/svnserve/svnserve.c
  (version): Remove the apr_getopt_t * parameter.  Because we always
   call this helper function with this parameter as NULL, we don't
   need to pass it at all.
  (main): Adjust the call to version() to use the new arguments.

Found by: Daniel Shahaf <danielsh@tigris.org>