mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
STABLE12-windows-cm-getcellbynum-rpc-20030306
missing stub
(cherry picked from commit 7ee56b700d
)
This commit is contained in:
parent
0941d7d223
commit
303a667a20
@ -856,3 +856,11 @@ void cm_CheckCBExpiration(void)
|
||||
}
|
||||
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