From 52d1dd46d2f26e4f81a6b307e8139ed379af1920 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 3 Mar 2003 19:56:57 +0000 Subject: Fix const warning. Jeremy. (This used to be commit dedc18212a5174b6abac60ede9828f9b726a6c2d) --- source3/rpc_server/srv_pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpc_server') diff --git a/source3/rpc_server/srv_pipe.c b/source3/rpc_server/srv_pipe.c index 50127005a1..588d6644b1 100644 --- a/source3/rpc_server/srv_pipe.c +++ b/source3/rpc_server/srv_pipe.c @@ -800,7 +800,7 @@ int rpc_load_module(const char *module) void *handle; int (*module_init)(void); pstring full_path; - char *error; + const char *error; pstrcpy(full_path, lib_path("rpc")); pstrcat(full_path, "/librpc_"); -- cgit