Changeset daae10f for irc_commands.c


Ignore:
Timestamp:
2010-08-07T16:33:02Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7b87539
Parents:
289bd2d
Message:

OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@…>
with some changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_commands.c

    r289bd2d rdaae10f  
    3838                   out we don't require it, which will break this feature.)
    3939                   Try to identify using the given password. */
    40                 return root_command( irc, send_cmd );
     40                root_command( irc, send_cmd );
     41                return;
    4142        }
    4243        /* Handling in pre-logged-in state, first see if this server is
Note: See TracChangeset for help on using the changeset viewer.