X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1acb2e15b49b50d5be5320ad6bd41291130bc438..65e83e097c8635856816a07bab5e330a6615dfc1:/popt/popt.c diff --git a/popt/popt.c b/popt/popt.c index 00a60270..756ddfee 100644 --- a/popt/popt.c +++ b/popt/popt.c @@ -471,7 +471,7 @@ if (_popt_debug) } #endif - rc = execvp(argv[0], (char *const *)argv); + execvp(argv[0], (char *const *)argv); return POPT_ERROR_ERRNO; }