mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-11-03 22:13:11 +03:00 
			
		
		
		
	Gah, I broke Sebastian's patch when I left out the parentheses his patch
did contain. Added properly now.
This commit is contained in:
		@@ -1468,8 +1468,8 @@ libssh2_sftp_fstat_ex(LIBSSH2_SFTP_HANDLE * handle,
 | 
			
		||||
            return PACKET_EAGAIN;
 | 
			
		||||
        } else if (packet_len != rc) {
 | 
			
		||||
            libssh2_error(session, LIBSSH2_ERROR_SOCKET_SEND,
 | 
			
		||||
                          setstat ? "Unable to send FXP_FSETSTAT"
 | 
			
		||||
                          : "Unable to send FXP_FSTAT command", 0);
 | 
			
		||||
                          (setstat ? "Unable to send FXP_FSETSTAT"
 | 
			
		||||
                           : "Unable to send FXP_FSTAT command"), 0);
 | 
			
		||||
            LIBSSH2_FREE(session, sftp->fstat_packet);
 | 
			
		||||
            sftp->fstat_packet = NULL;
 | 
			
		||||
            sftp->fstat_state = libssh2_NB_state_idle;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user