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

Diff for /src/usr.bin/rdist/client.c between version 1.11 and 1.12

version 1.11, 1999/03/05 01:32:47 version 1.12, 1999/03/05 01:36:12
Line 364 
Line 364 
   
         debugmsg(DM_MISC,          debugmsg(DM_MISC,
                "sendhardlink: rname='%s' pathname='%s' src='%s' target='%s'\n",                 "sendhardlink: rname='%s' pathname='%s' src='%s' target='%s'\n",
                  rname, lp->pathname ? lp->pathname : "nil",                   rname, lp->pathname ? lp->pathname : "(null)", lp->src
                  lp->src ? lp->src : "nil", lp->target ? lp->target : "nil");                   ? lp->src : "(null)", lp->target ? lp->target : "(null)");
   
         if (lp->target == NULL)          if (lp->target == NULL)
                 (void) sendcmd(C_RECVHARDLINK, "%o %s %s",                  (void) sendcmd(C_RECVHARDLINK, "%o %s %s",

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12