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

Diff for /src/usr.bin/passwd/passwd.c between version 1.18 and 1.19

version 1.18, 2003/08/04 07:29:22 version 1.19, 2005/05/01 02:51:08
Line 84 
Line 84 
 #endif  #endif
 #ifdef  YP  #ifdef  YP
         use_yp = _yp_check(NULL);          use_yp = _yp_check(NULL);
           if (use_yp) {
                   char *dom;
   
                   yp_get_default_domain(&dom);
                   yp_unbind(dom);
           }
 #endif  #endif
   
         /* Process args and options */          /* Process args and options */

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19