r24557: rename 'dcerpc_table_' -> 'ndr_table_'
[abartlet/samba.git/.git] / source4 / libnet / libnet_time.c
index ef06577c2182208a4a09b1f76aa6df334f8f36cc..e1e53fb947e8e093766372eae05f0ef3834865f3 100644 (file)
@@ -35,7 +35,7 @@ static NTSTATUS libnet_RemoteTOD_srvsvc(struct libnet_context *ctx, TALLOC_CTX *
        /* prepare connect to the SRVSVC pipe of a timeserver */
        c.level             = LIBNET_RPC_CONNECT_SERVER;
        c.in.name           = r->srvsvc.in.server_name;
-       c.in.dcerpc_iface   = &dcerpc_table_srvsvc;
+       c.in.dcerpc_iface   = &ndr_table_srvsvc;
 
        /* 1. connect to the SRVSVC pipe of a timeserver */
        status = libnet_RpcConnect(ctx, mem_ctx, &c);