Changeset 4757:0e96e320f0b9 in roaraudio


Ignore:
Timestamp:
02/06/11 01:19:29 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

warn if password is default password ('hackme')

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarshout.c

    r4756 r4757  
    192192  s_port   = 8000; 
    193193 
     194 if ( !strcasecmp(s_pw, "hackme") ) { 
     195  fprintf(stderr, "Warning: Your password is very weak. Change it!\n"); 
     196 } 
     197 
    194198 shout_init(); 
    195199 
Note: See TracChangeset for help on using the changeset viewer.