Changeset 8e3890b
- Timestamp:
- 2011-02-24T19:47:50Z (14 years ago)
- Branches:
- master
- Children:
- 9e9140b
- Parents:
- 79ec314
- Location:
- protocols
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/bee_user.c
r79ec314 r8e3890b 251 251 bu = bee_user_by_handle( bee, ic, handle ); 252 252 253 if( !bu )253 if( !bu && !( ic->flags & OPT_LOGGING_OUT ) ) 254 254 { 255 255 char *h = set_getstr( &bee->set, "handle_unknown" ); -
protocols/jabber/io.c
r79ec314 r8e3890b 45 45 gboolean ret; 46 46 47 if( jd->flags & JFLAG_XMLCONSOLE )47 if( jd->flags & JFLAG_XMLCONSOLE && !( ic->flags & OPT_LOGGING_OUT ) ) 48 48 { 49 49 char *msg, *s;
Note: See TracChangeset
for help on using the changeset viewer.