DEVEL15-ubik-serverinit-clones-correction-20081222

LICENSE IPL10

as pointed out by Simon Wilkinson


(cherry picked from commit 72cb3a5f18f0483515dd82f8c851309003cf3a2f)
This commit is contained in:
Derrick Brashear 2008-12-22 19:23:17 +00:00
parent 78b7f12fbd
commit 749efab5cf
4 changed files with 4 additions and 4 deletions

View File

@ -538,7 +538,7 @@ main(argc, argv)
code = ubik_ServerInitByInfo (globalConfPtr->myHost,
htons(AFSCONF_BUDBPORT),
&cellinfo,
&clones,
clones,
dbNamePtr, /* name prefix */
&BU_dbase);

View File

@ -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");

View File

@ -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");

View File

@ -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);