]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 25 May 2014 11:52:05 +0000 (13:52 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Sun, 25 May 2014 11:52:05 +0000 (13:52 +0200)
rsync-openssl-read_line_old.patch [new file with mode: 0644]

diff --git a/rsync-openssl-read_line_old.patch b/rsync-openssl-read_line_old.patch
new file mode 100644 (file)
index 0000000..aedb500
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/rsync-3.1.0/clientserver.c~ b/rsync-3.1.0/clientserver.c
+index 051dbfa..e10f5ea 100644
+--- rsync-3.1.0/clientserver.c~
++++ rsync-3.1.0/clientserver.c
+@@ -296,7 +296,7 @@ int start_inband_exchange(int f_in, int f_out, const char *user, int argc, char
+       if (use_ssl) {
+               io_printf(f_out, "#starttls\n");
+               while (1) {
+-                      if (!read_line_old(f_in, line, sizeof line)) {
++                      if (!read_line_old(f_in, line, sizeof line, 0)) {
+                               rprintf(FERROR, "rsync: did not receive reply to #starttls\n");
+                               return -1;
+                       }
This page took 0.072134 seconds and 4 git commands to generate.