/[rdesktop]/sourceforge.net/trunk/rdesktop/secure.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/secure.c

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

revision 1326 by stargo, Wed Nov 1 22:12:27 2006 UTC revision 1327 by stargo, Fri Nov 3 19:56:42 2006 UTC
# Line 362  sec_send_to_channel(STREAM s, uint32 fla Line 362  sec_send_to_channel(STREAM s, uint32 fla
362  {  {
363          int datalen;          int datalen;
364    
365    #ifdef WITH_SCARD
366            scard_sec_lock();
367    #endif
368    
369          s_pop_layer(s, sec_hdr);          s_pop_layer(s, sec_hdr);
370          if (!g_licence_issued || (flags & SEC_ENCRYPT))          if (!g_licence_issued || (flags & SEC_ENCRYPT))
371                  out_uint32_le(s, flags);                  out_uint32_le(s, flags);
# Line 381  sec_send_to_channel(STREAM s, uint32 fla Line 385  sec_send_to_channel(STREAM s, uint32 fla
385          }          }
386    
387          mcs_send_to_channel(s, channel);          mcs_send_to_channel(s, channel);
388    
389    #ifdef WITH_SCARD
390            scard_sec_unlock();
391    #endif
392  }  }
393    
394  /* Transmit secure transport packet */  /* Transmit secure transport packet */

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

  ViewVC Help
Powered by ViewVC 1.1.26