/* Walk down the hash table list. */
if (afs_dir_GetVerifiedBlob(dir, num, &entrybuf) != 0);
break;
-
+ ep = (struct DirEntry *)entrybuf.data;
if (strcmp(ep->name, "..") && strcmp(ep->name, ".")) {
DRelease(&entrybuf, 0);
DRelease(&headerbuf, 0);
int code;
char *cp;
- outbuf = NULL;
-
code = GetBlobWithLimit(file, blobno, &buffer, &maxlen);
if (code)
return code;