Changeset 6e9ae72 for protocols/msn/ns.c
- Timestamp:
- 2011-12-17T13:50:01Z (13 years ago)
- Branches:
- master
- Children:
- 18c6d36
- Parents:
- 87dddee (diff), 17f057d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/ns.c
r87dddee r6e9ae72 480 480 else 481 481 { 482 imcb_error( ic, "Session terminated by remote server (reason unknown)" ); 482 imcb_error( ic, "Session terminated by remote server (%s)", 483 cmd[1] ? cmd[1] : "reason unknown)" ); 483 484 } 484 485
Note: See TracChangeset
for help on using the changeset viewer.