aboutsummaryrefslogtreecommitdiff
path: root/net/rsync/files
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2008-05-31 10:34:41 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2008-05-31 10:34:41 +0000
commit09405f8ee1cfefe15484684c55c1d65aa6cf7b35 (patch)
tree4d303e8e32212475e8c8135c4b756508ca28bf04 /net/rsync/files
parentc4297de97aba5335c1edec1b9a0846098f2a3e8a (diff)
Notes
Diffstat (limited to 'net/rsync/files')
-rw-r--r--net/rsync/files/patch-utils.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/rsync/files/patch-utils.c b/net/rsync/files/patch-utils.c
new file mode 100644
index 000000000000..1a998a268cc4
--- /dev/null
+++ b/net/rsync/files/patch-utils.c
@@ -0,0 +1,11 @@
+--- util.c.orig 2008-05-30 20:02:16.000000000 +0400
++++ util.c 2008-05-30 20:04:01.000000000 +0400
+@@ -582,7 +582,7 @@
+ } else
+ use_buf = glob.arg_buf;
+
+- if (from_glob || arg) {
++ if (from_glob || (arg && len)) {
+ STRUCT_STAT st;
+ int is_dir;
+