--- Begin Message ---
URL:
  <http://gna.org/bugs/?13576>

                 Summary: PacketPokerSetLocale are not proxified
                 Project: pokersource
            Submitted by: proppy
            Submitted on: Tuesday 05/26/2009 at 16:19
                Category: None
                Severity: 4 - Important
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hi,

PacketPokerSetLocale are not proxified by proxyfilter.py/rest_filter.

This may be due to service.packet2resthost(packet) returning None for
PacketPokerSetLocale packets.

Because of the following inconsistencie:
class PacketPokerSetLocale(PacketPokerId):
    info = PacketSerial.info + ( ('locale', 'en_US', 's'), )
Packet.infoDeclare(globals(), PacketPokerSetLocale, PacketSerial,
"POKER_SET_LOCALE", 153) # 153 # 0x99 # %SEQ%

I believe PacketPokerSetLocale should use PacketPokerId instead of
PacketSerial for info/infoDeclare.





    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?13576>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


--- End Message ---
_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to