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

Diff for /src/usr.bin/rsync/socket.c between version 1.28 and 1.29

version 1.28, 2020/08/19 11:10:42 version 1.29, 2021/03/31 19:45:16
Line 236 
Line 236 
         int     major, minor;          int     major, minor;
   
         if (strncmp(cp, "@RSYNCD: ", 9)) {          if (strncmp(cp, "@RSYNCD: ", 9)) {
                 LOG1("%s", cp);                  if (sess->opts->no_motd == 0)
                           LOG1("%s", cp);
                 return 0;                  return 0;
         }          }
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29