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

Diff for /src/usr.bin/cu/cu.c between version 1.18 and 1.19

version 1.18, 2014/03/31 09:16:26 version 1.19, 2014/04/12 12:47:43
Line 118 
Line 118 
         else          else
                 host = getenv("HOST");                  host = getenv("HOST");
         if (host != NULL && *host != '\0') {          if (host != NULL && *host != '\0') {
                 if (*host == '/')                  if (*host == '/') {
                         line_path = host;                          if (line_path == NULL)
                 else {                                  line_path = host;
                   } else {
                         s = getenv("REMOTE");                          s = getenv("REMOTE");
                         if (s != NULL && *s == '/')                          if (s != NULL && *s == '/')
                                 try_remote(host, s, NULL);                                  try_remote(host, s, NULL);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19