/* -rxmaxfrags */
rxmaxfrags = atoi(as->parms[38].items->data);
}
+
+ /* parse cacheinfo file if this is a diskcache */
+ if (ParseCacheInfoFile()) {
+ exit(1);
+ }
+
return 0;
}
printf("%s: My home cell is '%s'\n", rn, LclCellName);
}
- /* parse cacheinfo file if this is a diskcache */
- if (ParseCacheInfoFile()) {
- exit(1);
- }
-
if (!enable_nomount) {
if (afsd_check_mount(rn, afsd_cacheMountDir)) {
return -1;