From 075649d3c2a5a9951c3a5de9aca0bdc9f7012961 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 13 Jun 2005 11:18:00 +0000 Subject: r7532: compile fix. Guenther (This used to be commit 1815e0745e4707f608a4803e67c7a3bd0c0b844a) --- source3/utils/net_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index f559fa296c..9d1eece9f7 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -3005,7 +3005,7 @@ rpc_share_migrate_files_internals(const DOM_SID *domain_sid, const char *domain_ printf("syncing"); break; default: - DEBUG(0,("Unsupported mode %s", cp_clistate.mode)); + DEBUG(0,("Unsupported mode %d", cp_clistate.mode)); break; } printf(" [%s] files and directories %s ACLs, %s DOS Attributes %s\n", -- cgit