[BACK]Return to channels.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/channels.c between version 1.381 and 1.382

version 1.381, 2018/06/06 18:22:41 version 1.382, 2018/06/25 22:28:33
Line 3847 
Line 3847 
         allowed_host = translate ?          allowed_host = translate ?
             channel_rfwd_bind_host(allowed_open->listen_host) :              channel_rfwd_bind_host(allowed_open->listen_host) :
             allowed_open->listen_host;              allowed_open->listen_host;
         if (allowed_host == NULL ||          if (allowed_host == NULL || requestedhost == NULL ||
             strcmp(allowed_host, requestedhost) != 0)              strcmp(allowed_host, requestedhost) != 0)
                 return 0;                  return 0;
         return 1;          return 1;

Legend:
Removed from v.1.381  
changed lines
  Added in v.1.382