- Timestamp:
- 2006-10-02T13:46:33Z (18 years ago)
- Branches:
- master
- Children:
- 501b4e0
- Parents:
- c1ed6527
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/sasl.c
rc1ed6527 rd9282b4 207 207 realm = sasl_get_part( dec, "realm" ); 208 208 209 if( !nonce || !realm)209 if( !nonce ) 210 210 goto error; 211 212 /* Jabber.Org considers the realm part optional and doesn't 213 specify one. Oh well, actually they're right, but still, 214 don't know if this is right... */ 215 if( !realm ) 216 realm = g_strdup( jd->server ); 211 217 212 218 random_bytes( (unsigned char *) cnonce_bin, sizeof( cnonce_bin ) );
Note: See TracChangeset
for help on using the changeset viewer.