mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
DEVEL15-ubik-serverinit-clones-correction-20081222
LICENSE IPL10 as pointed out by Simon Wilkinson (cherry picked from commit 72cb3a5f18f0483515dd82f8c851309003cf3a2f)
This commit is contained in:
parent
78b7f12fbd
commit
749efab5cf
@ -538,7 +538,7 @@ main(argc, argv)
|
||||
code = ubik_ServerInitByInfo (globalConfPtr->myHost,
|
||||
htons(AFSCONF_BUDBPORT),
|
||||
&cellinfo,
|
||||
&clones,
|
||||
clones,
|
||||
dbNamePtr, /* name prefix */
|
||||
&BU_dbase);
|
||||
|
||||
|
@ -389,7 +389,7 @@ main(argc, argv)
|
||||
else
|
||||
code =
|
||||
ubik_ServerInitByInfo(myHost, htons(AFSCONF_KAUTHPORT), &cellinfo,
|
||||
&clones, dbpath, &KA_dbase);
|
||||
clones, dbpath, &KA_dbase);
|
||||
|
||||
if (code) {
|
||||
afs_com_err(whoami, code, "Ubik init failed");
|
||||
|
@ -512,7 +512,7 @@ main(int argc, char **argv)
|
||||
}
|
||||
|
||||
code =
|
||||
ubik_ServerInitByInfo(myHost, htons(AFSCONF_PROTPORT), &info, &clones,
|
||||
ubik_ServerInitByInfo(myHost, htons(AFSCONF_PROTPORT), &info, clones,
|
||||
pr_dbaseName, &dbase);
|
||||
if (code) {
|
||||
afs_com_err(whoami, code, "Ubik init failed");
|
||||
|
@ -341,7 +341,7 @@ main(argc, argv)
|
||||
ubik_CheckRXSecurityProc = afsconf_CheckAuth;
|
||||
ubik_CheckRXSecurityRock = (char *)tdir;
|
||||
code =
|
||||
ubik_ServerInitByInfo(myHost, htons(AFSCONF_VLDBPORT), &info, &clones,
|
||||
ubik_ServerInitByInfo(myHost, htons(AFSCONF_VLDBPORT), &info, clones,
|
||||
vl_dbaseName, &VL_dbase);
|
||||
if (code) {
|
||||
printf("vlserver: Ubik init failed with code %d\n", code);
|
||||
|
Loading…
x
Reference in New Issue
Block a user