git://git.openafs.org
/
openafs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
ubik: Initialize ubik_callPortal earlier
[openafs.git]
/
src
/
ubik
/
ubik.c
diff --git
a/src/ubik/ubik.c
b/src/ubik/ubik.c
index
a0c7afd
..
1956bac
100644
(file)
--- a/
src/ubik/ubik.c
+++ b/
src/ubik/ubik.c
@@
-447,6
+447,8
@@
ubik_ServerInitCommon(afs_uint32 myHost, short myPort,
if (code < 0)
return code;
+ ubik_callPortal = myPort;
+
udisk_Init(ubik_nBuffers);
ulock_Init();
@@
-463,7
+465,6
@@
ubik_ServerInitCommon(afs_uint32 myHost, short myPort,
if (code)
return code;
- ubik_callPortal = myPort;
/* try to get an additional security object */
if (buildSecClassesProc == NULL) {
numClasses = 3;