summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_mcs.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-06-08 10:51:53 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-06-08 10:51:53 -0700
commitc6fa03102f40e655ba54d5910ad559a8799c15e7 (patch)
tree3b7740a68a994bf609cb314d5912121569656abc /libxrdp/xrdp_mcs.c
parent9ceb533a4523b3d9aa53949d4172004c1d3330ec (diff)
downloadxrdp-proprietary-c6fa03102f40e655ba54d5910ad559a8799c15e7.tar.gz
xrdp-proprietary-c6fa03102f40e655ba54d5910ad559a8799c15e7.zip
copyright year update
Diffstat (limited to 'libxrdp/xrdp_mcs.c')
-rw-r--r--libxrdp/xrdp_mcs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libxrdp/xrdp_mcs.c b/libxrdp/xrdp_mcs.c
index dbcb0955..4bf3d025 100644
--- a/libxrdp/xrdp_mcs.c
+++ b/libxrdp/xrdp_mcs.c
@@ -1,7 +1,7 @@
/**
* xrdp: A Remote Desktop Protocol server.
*
- * Copyright (C) Jay Sorg 2004-2012
+ * Copyright (C) Jay Sorg 2004-2013
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -829,8 +829,8 @@ void close_rdp_socket(struct xrdp_mcs *self)
if(self->iso_layer->tcp_layer)
{
if(self->iso_layer->tcp_layer->trans)
- {
- g_tcp_close(self->iso_layer->tcp_layer->trans->sck);
+ {
+ g_tcp_close(self->iso_layer->tcp_layer->trans->sck);
self->iso_layer->tcp_layer->trans->sck = 0 ;
g_writeln("xrdp_mcs_disconnect - socket closed");
return ;