whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14430 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0d859b0f49
commit
6854161e74
|
@ -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]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue