[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.8 and 1.9

version 1.8, 1999/02/04 23:18:57 version 1.9, 1999/02/06 01:52:23
Line 346 
Line 346 
                 lp->target = xstrdup(Tdest);                  lp->target = xstrdup(Tdest);
         else          else
                 lp->target = NULL;                  lp->target = NULL;
         if (!lp->pathname || !lp->src || !(Tdest && lp->target))  
                 fatalerr("Cannot malloc memory in linkinfo.");  
   
         return(NULL);          return(NULL);
 }  }

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