diff options
author | Jim Grandy <jgrandy@authentic8.com> | 2013-07-05 14:27:40 -0700 |
---|---|---|
committer | Jim Grandy <jgrandy@authentic8.com> | 2013-07-26 12:25:02 -0700 |
commit | bab105430f17e5697403dc64a39cd9c542b4d27e (patch) | |
tree | 25bafd92e7bad75cbf853ff222307cc2a5ae8643 /sesman/chansrv/rail.c | |
parent | 86ee28fe9a206703711c7d100131caa1a81b624b (diff) | |
download | xrdp-proprietary-bab105430f17e5697403dc64a39cd9c542b4d27e.tar.gz xrdp-proprietary-bab105430f17e5697403dc64a39cd9c542b4d27e.zip |
Fix merge errors introduced in 3ae1b415 and 20ec9ee3
Diffstat (limited to 'sesman/chansrv/rail.c')
-rw-r--r-- | sesman/chansrv/rail.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sesman/chansrv/rail.c b/sesman/chansrv/rail.c index 23399a18..c2137fb7 100644 --- a/sesman/chansrv/rail.c +++ b/sesman/chansrv/rail.c @@ -1135,6 +1135,8 @@ rail_win_send_text(Window win) static int APP_CC rail_destroy_window(Window window_id) { + struct stream *s; + LOG(10, ("chansrv::rail_destroy_window 0x%8.8x", window_id)); make_stream(s); init_stream(s, 1024); @@ -1672,7 +1674,7 @@ rail_xevent(void *xevent) rail_destroy_window(lxevent->xdestroywindow.window); list_remove_item(g_window_list, index); } - v = 0; + rv = 0; break; case MapRequest: |