windows-cm-getcellbynum-rpc-20030306

missing stub
This commit is contained in:
Derrick Brashear 2003-03-06 08:21:02 +00:00
parent 8a641dbdf6
commit 7ee56b700d

View File

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