Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Fixed Request::CALL.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed May 30, 2010
1 parent 48c0796 commit 7106b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/badger/request.rb
Expand Up @@ -3,7 +3,7 @@ module Request
PING = 0x01
SERVICES = 0x02
FUNCTIONS = 0x03
CALL = 0x02
CALL = 0x04

ID_MIN = 1
ID_MAX = 4294967295
Expand Down

0 comments on commit 7106b00

Please sign in to comment.