Changeset 37ed402
- Timestamp:
- 2013-08-02T18:08:34Z (11 years ago)
- Branches:
- master
- Children:
- f93e01c
- Parents:
- fa9478e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
otr.c
rfa9478e r37ed402 435 435 irc_t *irc = iu->irc; 436 436 struct im_connection *ic = iu->bu->ic; 437 otrl_instag_t instag = OTRL_INSTAG_ MASTER; // XXX?437 otrl_instag_t instag = OTRL_INSTAG_RECENT; // XXX? 438 438 439 439 /* don't do OTR on certain (not classic IM) protocols, e.g. twitter */ … … 1375 1375 } 1376 1376 assert(l != NULL); /* a match should always be found */ 1377 if(!l) 1378 return NULL; 1377 1379 } 1378 1380
Note: See TracChangeset
for help on using the changeset viewer.