[OpenAFS-devel] [PATCH] fix crash in butc caused by -rxbind
patch
Christopher Allen Wing
wingc@engin.umich.edu
Thu, 29 Jun 2006 19:37:40 -0400 (EDT)
On Thu, 29 Jun 2006, Christopher Allen Wing wrote:
> Please apply this to the development and openafs-stable-1_4_x branches.
Sorry, this came out a bit presumptuous. I meant to say, please consider
applying this if it makes sense, which I assume it does.
Thanks,
Chris
wingc@engin.umich.edu
> --- openafs-20060623/src/butc/tcmain.c.orig 2006-06-29 19:22:26.000000000 -0400
> +++ openafs-20060623/src/butc/tcmain.c 2006-06-29 19:23:44.000000000 -0400 @@ -1102,7 +1102,7 @@
> }
>
> service =
> - rx_NewServiceHost, (host, 0, 1, "BUTC", securityObjects, 3, TC_ExecuteRequest);
> + rx_NewServiceHost(host, 0, 1, "BUTC", securityObjects, 3, TC_ExecuteRequest);
> if (!service) {
> TLog(0, "rx_NewService");
> exit(1);