From e901254a5c3f8fd05a373acacc6b0dccb1f1ef71 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sun, 23 Dec 2007 14:38:56 +0000 Subject: parser now understands lists send sync command on connection changes --- anytun.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'anytun.cpp') diff --git a/anytun.cpp b/anytun.cpp index 13c5371..97e70c2 100644 --- a/anytun.cpp +++ b/anytun.cpp @@ -296,6 +296,7 @@ void* receiver(void* p) cLog.msg(Log::PRIO_NOTICE) << "autodetected remote host ip changed " << remote_host << ":" << remote_port; conn.remote_host_=remote_host; conn.remote_port_=remote_port; + param->queue.push(SyncCommand(param->cl,0)); } //Replay Protection -- cgit v1.2.3