git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
141c26f
)
openbsd-fix-20021017
author
Jim Rees
<rees@umich.edu>
Fri, 18 Oct 2002 00:04:56 +0000 (
00:04
+0000)
committer
Jim Rees
<rees@umich.edu>
Fri, 18 Oct 2002 00:04:56 +0000 (
00:04
+0000)
Fix another merge screwup on my part. Sorry.
src/rx/rx.c
patch
|
blob
|
history
diff --git
a/src/rx/rx.c
b/src/rx/rx.c
index
4651215
..
ac133bb
100644
(file)
--- a/
src/rx/rx.c
+++ b/
src/rx/rx.c
@@
-635,7
+635,7
@@
void rxi_StartServerProcs(int nExistingProcs)
void rx_StartServer(int donateMe)
{
register struct rx_service *service;
- register int i;
+ register int i, nProcs=0;
SPLVAR;
clock_NewTime();