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

version 1.8, 1999/02/04 23:18:57 version 1.9, 2001/09/19 10:58:07
Line 594 
Line 594 
                 if (s > 0)                  if (s > 0)
                         (void) sendcmd(QC_ONNFS, NULL);                          (void) sendcmd(QC_ONNFS, NULL);
   
                 /* Either the above check was true or an error occured */                  /* Either the above check was true or an error occurred */
                 /* and is_nfs_mounted sent the error message */                  /* and is_nfs_mounted sent the error message */
                 if (s != 0) {                  if (s != 0) {
                         *ptarget = CNULL;                          *ptarget = CNULL;
Line 609 
Line 609 
                 if (s > 0)                  if (s > 0)
                         (void) sendcmd(QC_ONRO, NULL);                          (void) sendcmd(QC_ONRO, NULL);
   
                 /* Either the above check was true or an error occured */                  /* Either the above check was true or an error occurred */
                 /* and is_ro_mounted sent the error message */                  /* and is_ro_mounted sent the error message */
                 if (s != 0) {                  if (s != 0) {
                         *ptarget = CNULL;                          *ptarget = CNULL;
Line 795 
Line 795 
                                 (void) close(f);                                  (void) close(f);
                                 (void) unlink(new);                                  (void) unlink(new);
                                 fatalerr(                                  fatalerr(
                                    "Read error occured while receiving file.");                                     "Read error occurred while receiving file.");
                                 finish();                                  finish();
                         }                          }
                         amt -= j;                          amt -= j;

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