STABLE12-windows-cm-getcellbynum-rpc-20030306

missing stub


(cherry picked from commit 7ee56b700d)
This commit is contained in:
Derrick Brashear 2003-03-06 08:50:16 +00:00
parent 0941d7d223
commit 303a667a20

View File

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