More const fixes and flow on fixes from yesterday's const-fest.
[tprouty/samba.git] / source / rpcclient / cmd_ds.c
index 946015c1e31898f90da260fcd700c2af93c06afd..9de6d6a9ec95a1eb6b2babe86a9b08bb6e074ec0 100644 (file)
@@ -26,7 +26,7 @@
 
 static NTSTATUS cmd_ds_dsrole_getprimarydominfo(struct cli_state *cli, 
                                     TALLOC_CTX *mem_ctx, int argc, 
-                                    char **argv) 
+                                    const char **argv) 
 {
        NTSTATUS result;
        DS_DOMINFO_CTR  ctr;