Ignore:
Timestamp:
2006-01-19T22:24:25Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
55ec2d6
Parents:
5424c76 (diff), 2fa825b (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.
Message:

Die, bug, die! (And apparently bzr suddenly felt like merging some old commits...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/rxqueue.c

    r5424c76 rb8c2ace  
    353353                return -1; /* its a aim_conn_close()'d connection */
    354354
    355         if (conn->fd < 3)  /* can happen when people abuse the interface */
     355        /* KIDS, THIS IS WHAT HAPPENS IF YOU USE CODE WRITTEN FOR GUIS IN A DAEMON!
     356           
     357           And wouldn't it make sense to return something that prevents this function
     358           from being called again IMMEDIATELY (and making the program suck up all
     359           CPU time)?...
     360           
     361        if (conn->fd < 3)
    356362                return 0;
     363        */
    357364
    358365        if (conn->status & AIM_CONN_STATUS_INPROGRESS)
Note: See TracChangeset for help on using the changeset viewer.