1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r19535: Fix warnings.

(This used to be commit 7443f4847d)
This commit is contained in:
Jelmer Vernooij 2006-11-02 21:41:50 +00:00 committed by Gerald (Jerry) Carter
parent 9ec6f0a3a1
commit a1a05eaa4e

View File

@ -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) {