]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Don't set an "rc" var that we aren't going to use.
authorWayne Davison <wayned@samba.org>
Tue, 21 Nov 2006 08:37:28 +0000 (08:37 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 21 Nov 2006 08:37:28 +0000 (08:37 +0000)
popt/popt.c

index 00a60270f3b13c509096a58b7d842cd45d58391e..756ddfeec53571f3bbcab9f3efe8b528248a5b6c 100644 (file)
@@ -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;
 }