aboutsummaryrefslogtreecommitdiff
path: root/server-client.c
diff options
context:
space:
mode:
authorThomas Adam <thomas.adam@smoothwall.net>2013-02-07 12:08:55 +0000
committerThomas Adam <thomas.adam@smoothwall.net>2013-02-07 12:08:55 +0000
commit64da762c15ddf0930baa1f8e4fc2b41515a64e3a (patch)
treecd2a953395962c7f2e7265d16722508a80606372 /server-client.c
parentfe00607816308953209cb85ab92a586c1f344cde (diff)
parent8903c1f167839569b7514508b38988aa6486575c (diff)
downloadrtmux-64da762c15ddf0930baa1f8e4fc2b41515a64e3a.tar.gz
rtmux-64da762c15ddf0930baa1f8e4fc2b41515a64e3a.tar.bz2
rtmux-64da762c15ddf0930baa1f8e4fc2b41515a64e3a.zip
Merge branch 'obsd-master'
Diffstat (limited to 'server-client.c')
-rw-r--r--server-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server-client.c b/server-client.c
index aa44a4a5..796390f7 100644
--- a/server-client.c
+++ b/server-client.c
@@ -330,7 +330,7 @@ int
server_client_assume_paste(struct session *s)
{
struct timeval tv;
- u_int t;
+ int t;
if ((t = options_get_number(&s->options, "assume-paste-time")) == 0)
return (0);