Changes between Initial Version and Version 1 of Ticket #4572, comment 15


Ignore:
Timestamp:
12/17/24 18:19:38 (4 days ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4572, comment 15

    initial v1  
    1010  
    1111-        if (errno == EINTR && tty_got_interrupt ()) 
    12 +        if (me->errno == EINTR && tty_got_interrupt ()) 
     12+        if (me->verrno == EINTR && tty_got_interrupt ()) 
    1313             vfs_print_message ("%s", _("ftpfs: connection interrupted by user")); 
    1414         else if (res->ai_next == NULL)