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

Diff for /src/usr.bin/rup/rup.c between version 1.12 and 1.13

version 1.12, 2001/06/18 22:18:02 version 1.13, 2001/06/18 22:19:04
Line 267 
Line 267 
             xdr_statstime, &host_stat, timeout) != RPC_SUCCESS) {              xdr_statstime, &host_stat, timeout) != RPC_SUCCESS) {
                 fprintf(stderr, "%s: %s", __progname,                  fprintf(stderr, "%s: %s", __progname,
                     clnt_sperror(rstat_clnt, host));                      clnt_sperror(rstat_clnt, host));
                   clnt_destroy(rstat_clnt);
                 return;                  return;
         }          }
   

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