summaryrefslogtreecommitdiff
path: root/anytun.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-23 14:38:56 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-23 14:38:56 +0000
commite901254a5c3f8fd05a373acacc6b0dccb1f1ef71 (patch)
tree38a374db6ab40b38af37f5f683e7d9ea0ea317da /anytun.cpp
parentcheck pointer for NULL (diff)
parser now understands lists
send sync command on connection changes
Diffstat (limited to 'anytun.cpp')
-rw-r--r--anytun.cpp1
1 files changed, 1 insertions, 0 deletions
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