remove RECV
This commit is contained in:
parent
5482733ed4
commit
6da474b615
1 changed files with 0 additions and 1 deletions
|
@ -1838,7 +1838,6 @@ static int create_socket(char *host, int portno) {
|
|||
}
|
||||
|
||||
static void transportDataReceived(gpointer data, gint source, PurpleInputCondition cond) {
|
||||
std::cout << "RECV\n";
|
||||
if (cond & PURPLE_INPUT_READ) {
|
||||
char buffer[65535];
|
||||
char *ptr = buffer;
|
||||
|
|
Loading…
Add table
Reference in a new issue