git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14430 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-07-30 00:35:53 +00:00
parent 0d859b0f49
commit 6854161e74
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ int main(int argc, char *argv[])
ret = (int)execv(local_argv[0], local_argv);
fprintf(stderr, "Restart Failed [%s] resorting to plan b\n", strerror(errno));
for(j = 0; i < argc; j++) {
for(j = 0; j < argc; j++) {
switch_snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), "%s ", local_argv[j]);
}