Changeset 6ee9d2d
- Timestamp:
- 2006-06-25T18:25:13Z (18 years ago)
- Branches:
- master
- Children:
- fd03770
- Parents:
- 88086db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
r88086db r6ee9d2d 139 139 break; 140 140 case STORAGE_OK: 141 irc_usermsg( irc, "Password accepted " );141 irc_usermsg( irc, "Password accepted, settings and accounts loaded" ); 142 142 irc_umode_set( irc, "+R", 1 ); 143 143 break; -
storage_xml.c
r88086db r6ee9d2d 131 131 else if( g_strcasecmp( element_name, "account" ) == 0 ) 132 132 { 133 char *protocol, *handle, *server, *password , *autoconnect;133 char *protocol, *handle, *server, *password = NULL, *autoconnect; 134 134 char *pass_b64 = NULL, *pass_rc4 = NULL; 135 135 int pass_len;
Note: See TracChangeset
for help on using the changeset viewer.