X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8bf737494f17ca384b30db13b4bc31a5158f3646..e9d4e304ea80036046e6bc883c240c3ecdebc7fe:/main.c diff --git a/main.c b/main.c index 3cbf5f8a..936fdb97 100644 --- a/main.c +++ b/main.c @@ -468,7 +468,7 @@ static struct option long_options[] = { int main(int argc,char *argv[]) { - int pid, status, status2; + int pid, status = 0, status2 = 0; int opt; int option_index; char *shell_cmd = NULL;