A logger patch for Netware.
This commit is contained in:
parent
03526f1c2c
commit
db23a7ec29
@ -666,7 +666,6 @@ void mysql_start(int argc, char *argv[])
|
|||||||
if (!strnicmp(argv[i], private_options[j], strlen(private_options[j])))
|
if (!strnicmp(argv[i], private_options[j], strlen(private_options[j])))
|
||||||
{
|
{
|
||||||
skip= TRUE;
|
skip= TRUE;
|
||||||
consoleprintf("The argument skipped is %s\n", argv[i]);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -674,7 +673,6 @@ void mysql_start(int argc, char *argv[])
|
|||||||
if (!skip)
|
if (!skip)
|
||||||
{
|
{
|
||||||
add_arg(&al, "%s", argv[i]);
|
add_arg(&al, "%s", argv[i]);
|
||||||
consoleprintf("The final argument is %s\n", argv[i]);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// spawn
|
// spawn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user