r24557: rename 'dcerpc_table_' -> 'ndr_table_'
[ira/wip.git] / source / scripting / ejs / smbcalls_rpc.c
index 995760bfe1ad99e37ad0fc899a2aa33fe956ecf4..aa4be7aa4ab207bc5b9e216ec334158a81557f6a 100644 (file)
@@ -370,7 +370,7 @@ done:
 */
 int ejs_rpc_init(struct MprVar *obj, const char *name)
 {
-       dcerpc_table_init();
+       ndr_table_init();
 
        mprSetStringCFunction(obj, "connect", ejs_rpc_connect);
        if (mprGetProperty(obj, "pipe_name", NULL) == NULL) {