summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-02-24 23:30:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:47 -0500
commit4ef6976c58a0ca895fb23c490b1f8c55def83923 (patch)
tree0617c805b50e17c957c871746de68e04f4dc9dc6 /source3
parent4b03bd3b18cc35270a7f92cbe5da3852dc7ba5b3 (diff)
downloadsamba-4ef6976c58a0ca895fb23c490b1f8c55def83923.tar.gz
samba-4ef6976c58a0ca895fb23c490b1f8c55def83923.tar.xz
samba-4ef6976c58a0ca895fb23c490b1f8c55def83923.zip
r5547: Fix compile warning.
Guenther (This used to be commit a5e215650e09f087f8aede96475bd26649aa244e)
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/net_rpc_printer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc_printer.c b/source3/utils/net_rpc_printer.c
index 8fc65b38774..4b53dec36e9 100644
--- a/source3/utils/net_rpc_printer.c
+++ b/source3/utils/net_rpc_printer.c
@@ -234,7 +234,7 @@ static void display_print_driver_3(DRIVER_INFO_3 *i1)
}
-static void display_reg_value(pstring subkey, REGISTRY_VALUE value)
+static void display_reg_value(const char *subkey, REGISTRY_VALUE value)
{
pstring text;