mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
windows-cm-getcellbynum-rpc-20030306
missing stub
This commit is contained in:
parent
8a641dbdf6
commit
7ee56b700d
@ -856,3 +856,11 @@ void cm_CheckCBExpiration(void)
|
|||||||
}
|
}
|
||||||
lock_ReleaseWrite(&cm_scacheLock);
|
lock_ReleaseWrite(&cm_scacheLock);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* debug interface: not implemented */
|
||||||
|
int SRXAFSCB_GetCellByNum(struct rx_call *a_call, afs_int32 a_cellnum,
|
||||||
|
char **a_name, serverList *a_hosts)
|
||||||
|
{
|
||||||
|
/* XXXX */
|
||||||
|
return RXGEN_OPCODE;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user