From: Derrick Brashear Date: Mon, 10 Sep 2001 17:37:32 +0000 (+0000) Subject: bucoord-cvs-bogosity-20010910 X-Git-Tag: BP-openafs-stable-1_2_x~13 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ba4498fa9c514b8916360c0ff8684f7bab609b33;p=packages%2Fo%2Fopenafs.git bucoord-cvs-bogosity-20010910 correct bogosity which crept into CVS (rtruct instead of struct) --- diff --git a/src/bucoord/bc_status.c b/src/bucoord/bc_status.c index f518507fe..f777992fa 100644 --- a/src/bucoord/bc_status.c +++ b/src/bucoord/bc_status.c @@ -133,7 +133,7 @@ cmdDispatch() statusWatcher() { - rtruct rx_connection *tconn = (struct rc_connection *)0; + struct rx_connection *tconn = (struct rc_connection *)0; statusP curPollPtr = 0; struct tciStatusS statusPtr;