CVS: rdpproxy pparser.py,1.2,1.3
Peter Åstrand <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdpproxy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27810
Modified Files:
pparser.py
Log Message:
Made 0x80000000 constant long, to avoid FutureWarning.
Index: pparser.py
===================================================================
RCS file: /cvsroot/rdesktop/rdpproxy/pparser.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pparser.py 24 Feb 2005 09:45:31 -0000 1.2
--- pparser.py 24 Feb 2005 09:47:19 -0000 1.3
***************
*** 16,20 ****
currentchannel = 0
! rdp_channel_flags = [(0x80000000, "OPTION_INITIALIZED"),
(1073741824, "OPTION_ENCRYPT_RDP"),
(536870912, "OPTION_ENCRYPT_SC"),
--- 16,20 ----
currentchannel = 0
! rdp_channel_flags = [(0x80000000L, "OPTION_INITIALIZED"),
(1073741824, "OPTION_ENCRYPT_RDP"),
(536870912, "OPTION_ENCRYPT_SC"),
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click