rpms/libssh2/devel transport_c_7a9d369.patch,NONE,1.1

Chris Weyl cweyl at fedoraproject.org
Tue Sep 22 03:56:36 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/libssh2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9776

Added Files:
	transport_c_7a9d369.patch 
Log Message:
* Mon Sep 21 2009 Chris Weyl <cweyl at alumni.drew.edu> 1.2-2
- patch based on 683aa0f6b52fb1014873c961709102b5006372fc
- disable tests (*sigh*)


transport_c_7a9d369.patch:
 transport.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE transport_c_7a9d369.patch ---
diff --git a/src/transport.c b/src/transport.c
index 19efdf2..d9a38ca 100644
--- a/src/transport.c
+++ b/src/transport.c
@@ -626,7 +626,7 @@ send_existing(LIBSSH2_SESSION * session, unsigned char *data,
 
     p->osent += rc;         /* we sent away this much data */
 
-    return PACKET_NONE;
+    return p->osent < data_len ? PACKET_EAGAIN : PACKET_NONE;
 }
 
 /*




More information about the fedora-extras-commits mailing list