/[rdesktop]/sourceforge.net/trunk/rdesktop/channels.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/channels.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1327 by astrand, Mon Mar 27 08:17:34 2006 UTC revision 1328 by stargo, Fri Nov 3 23:51:35 2006 UTC
# Line 83  channel_send(STREAM s, VCHANNEL * channe Line 83  channel_send(STREAM s, VCHANNEL * channe
83          uint32 thislength, remaining;          uint32 thislength, remaining;
84          uint8 *data;          uint8 *data;
85    
86    #ifdef WITH_SCARD
87            scard_lock(SCARD_LOCK_CHANNEL);
88    #endif
89    
90          /* first fragment sent in-place */          /* first fragment sent in-place */
91          s_pop_layer(s, channel_hdr);          s_pop_layer(s, channel_hdr);
92          length = s->end - s->p - 8;          length = s->end - s->p - 8;
# Line 125  channel_send(STREAM s, VCHANNEL * channe Line 129  channel_send(STREAM s, VCHANNEL * channe
129    
130                  data += thislength;                  data += thislength;
131          }          }
132    
133    #ifdef WITH_SCARD
134            scard_unlock(SCARD_LOCK_CHANNEL);
135    #endif
136  }  }
137    
138  void  void

Legend:
Removed from v.1327  
changed lines
  Added in v.1328

  ViewVC Help
Powered by ViewVC 1.1.26