Changeset 4e4b30464aab06db06dfcfd1e51882c9fca8992f

Show
Ignore:
Timestamp:
01/06/07 23:31:16 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
fefa5bc807db6ab6aa6ba440358b53f047cf5293
Children:
127cb29bf39196dc5c2f04408b87a13bc5a93a00
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:31:16Z+0000
Message:

[project @ Call correct base_function in Gobby::Host::on_connect]

Original author: Armin Burgmeier <armin@…>
Date: 2005-04-15 20:16:30+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/buffer_wrapper_generic.cpp

    rfefa5bc r4e4b304  
    171171                 
    172172        // Call base function 
    173         net6::host::on_join(new_peer); 
     173        net6::host::on_connect(new_peer); 
    174174} 
    175175