Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/libbb/correct_password.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 68  int FAST_FUNC correct_password(const str Line 68  int FAST_FUNC correct_password(const str
68   return 1;   return 1;
69    
70   fake_it:   fake_it:
71   unencrypted = bb_askpass(0, "Password: ");   unencrypted = bb_ask_stdin("Password: ");
72   if (!unencrypted) {   if (!unencrypted) {
73   return 0;   return 0;
74   }   }

Legend:
Removed from v.983  
changed lines
  Added in v.984