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

Diff for /src/usr.bin/rdistd/server.c between version 1.7 and 1.8

version 1.7, 1998/06/26 21:20:53 version 1.8, 1999/02/04 23:18:57
Line 1313 
Line 1313 
                  * Only use info if we don't know who this is.                   * Only use info if we don't know who this is.
                  */                   */
                 if (!fromhost) {                  if (!fromhost) {
                         fromhost = strdup(cp);                          fromhost = xstrdup(cp);
                         message(MT_SYSLOG, "startup for %s",  fromhost);                          message(MT_SYSLOG, "startup for %s",  fromhost);
 #if defined(SETARGS) || defined(HAVE_SETPROCTITLE)  #if defined(SETARGS) || defined(HAVE_SETPROCTITLE)
                         setproctitle("serving %s", cp);                          setproctitle("serving %s", cp);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8