summaryrefslogtreecommitdiff
path: root/roaming_client.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2012-05-17 13:04:02 +0100
committerColin Watson <cjwatson@debian.org>2012-05-17 13:04:02 +0100
commitdd5ed53e20d218607260916a6b04d1c8c5b3d88f (patch)
treec59b4dbcc610f10700945f885adf3bddc2542c26 /roaming_client.c
parent8241a65bf12ac53c1b7304bba7ce739aad80b8b8 (diff)
parentb9bc38990c5eb5d99e28ca5af6d3491fd4a0060a (diff)
merge 6.0p1
Diffstat (limited to 'roaming_client.c')
-rw-r--r--roaming_client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/roaming_client.c b/roaming_client.c
index cea8e7360..48009d781 100644
--- a/roaming_client.c
+++ b/roaming_client.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: roaming_client.c,v 1.3 2010/01/18 01:50:27 dtucker Exp $ */ 1/* $OpenBSD: roaming_client.c,v 1.4 2011/12/07 05:44:38 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2004-2009 AppGate Network Security AB 3 * Copyright (c) 2004-2009 AppGate Network Security AB
4 * 4 *
@@ -72,7 +72,7 @@ roaming_reply(int type, u_int32_t seq, void *ctxt)
72 cookie = packet_get_int64(); 72 cookie = packet_get_int64();
73 key1 = oldkey1 = packet_get_int64(); 73 key1 = oldkey1 = packet_get_int64();
74 key2 = oldkey2 = packet_get_int64(); 74 key2 = oldkey2 = packet_get_int64();
75 set_out_buffer_size(packet_get_int() + get_snd_buf_size()); 75 set_out_buffer_size(packet_get_int() + get_snd_buf_size());
76 roaming_enabled = 1; 76 roaming_enabled = 1;
77} 77}
78 78