mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
parent
9ec6f0a3a1
commit
a1a05eaa4e
@ -438,7 +438,7 @@ void run_recipe(struct torture_context *tctx, const char *recipe)
|
||||
|
||||
for (i = 0; i < numlines; i++) {
|
||||
int argc;
|
||||
char **argv;
|
||||
const char **argv;
|
||||
|
||||
ret = poptParseArgvString(lines[i], &argc, &argv);
|
||||
if (ret != 0) {
|
||||
@ -456,7 +456,7 @@ void run_shell(struct torture_context *tctx)
|
||||
{
|
||||
char *cline;
|
||||
int argc;
|
||||
char **argv;
|
||||
const char **argv;
|
||||
int ret;
|
||||
|
||||
while (1) {
|
||||
|
Loading…
Reference in New Issue
Block a user