X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/53936ef935e97d2036ad09b61b7040979d175469..91f625cee02e1db0ebd6f40d3ccfaf655b72c9ab:/io.c diff --git a/io.c b/io.c index 018dd282..d29643d8 100644 --- a/io.c +++ b/io.c @@ -921,6 +921,8 @@ void read_args(int f_in, char *mod_name, char *buf, size_t bufsiz, int rl_nulls, } argv[argc] = NULL; + glob_expand(NULL, NULL, NULL, NULL); + *argc_p = argc; *argv_p = argv; }