summaryrefslogtreecommitdiff
path: root/popt
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-11-21 08:37:28 +0000
committerWayne Davison <wayned@samba.org>2006-11-21 08:37:28 +0000
commit65e83e097c8635856816a07bab5e330a6615dfc1 (patch)
tree5ebffdc4839cd90c113683aba7c8c9cd5a7c235d /popt
parent4f3755923230c66e8dd3b2ff36d6f554cf18e131 (diff)
downloadrsync-65e83e097c8635856816a07bab5e330a6615dfc1.tar.gz
Don't set an "rc" var that we aren't going to use.
Diffstat (limited to 'popt')
-rw-r--r--popt/popt.c2
1 files changed, 1 insertions, 1 deletions
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;
}