diff options
author | Günther Deschner <gd@samba.org> | 2005-06-13 11:18:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:57:11 -0500 |
commit | 075649d3c2a5a9951c3a5de9aca0bdc9f7012961 (patch) | |
tree | 340972130272ccae367811e6051d74e8fe1cb61f | |
parent | 0fe12bf9018131d846af6b9e6f40d6337dbbde19 (diff) | |
download | samba-075649d3c2a5a9951c3a5de9aca0bdc9f7012961.tar.gz samba-075649d3c2a5a9951c3a5de9aca0bdc9f7012961.tar.bz2 samba-075649d3c2a5a9951c3a5de9aca0bdc9f7012961.zip |
r7532: compile fix.
Guenther
(This used to be commit 1815e0745e4707f608a4803e67c7a3bd0c0b844a)
-rw-r--r-- | source3/utils/net_rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |