Use common strlist implementation in Samba 3 and Samba 4.
[nivanova/samba-autobuild/.git] / source4 / client / client.c
index 3523c4d2748c7452703e5145a95771e1f697a33d..3213c8931ff33ac0d1aac88decbe8a1f468b3dc0 100644 (file)
@@ -2754,7 +2754,7 @@ process a -c command string
 ****************************************************************************/
 static int process_command_string(struct smbclient_context *ctx, const char *cmd)
 {
-       const char **lines;
+       char **lines;
        int i, rc = 0;
 
        lines = str_list_make(NULL, cmd, ";");