summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/devredir.c
diff options
context:
space:
mode:
authorLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2013-04-26 18:55:28 -0700
committerLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2013-04-26 18:55:28 -0700
commit58158e6a3bed2044e5bddeaac1b16b88746fe6c1 (patch)
tree400c439d3a65aa6621ef7f564d4f34396078305b /sesman/chansrv/devredir.c
parentc5ebc9ae51b7a0c9a805ecd93055557d64341baf (diff)
downloadxrdp-proprietary-58158e6a3bed2044e5bddeaac1b16b88746fe6c1.tar.gz
xrdp-proprietary-58158e6a3bed2044e5bddeaac1b16b88746fe6c1.zip
hooked up clipboard code with FUSE
Diffstat (limited to 'sesman/chansrv/devredir.c')
-rw-r--r--sesman/chansrv/devredir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sesman/chansrv/devredir.c b/sesman/chansrv/devredir.c
index f09d7f07..50e1d961 100644
--- a/sesman/chansrv/devredir.c
+++ b/sesman/chansrv/devredir.c
@@ -1024,7 +1024,6 @@ int devredir_file_close(void *fusep, tui32 device_id, tui32 FileId)
if ((irp = dev_redir_irp_find_by_fileid(FileId)) == NULL)
{
log_error("no IRP found with FileId = %d", FileId);
- xfuse_devredir_cb_read_file(fusep, NULL, 0);
return -1;
}
#endif