aboutsummaryrefslogtreecommitdiffstats
path: root/ncp2222.py
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-05-02 21:26:47 +0000
committerGuy Harris <guy@alum.mit.edu>2003-05-02 21:26:47 +0000
commitbf10523c44c2f85b2ff6eb06a38e3f2701b7a091 (patch)
treeb4f969592a9aeb844463ca1d4cffaef286956df2 /ncp2222.py
parent057716942d8fb8fd93a53a198faa714f036fc91d (diff)
From Greg Morris: change the endianness of CCFilehandle to match other
NCP's. svn path=/trunk/; revision=7633
Diffstat (limited to 'ncp2222.py')
-rwxr-xr-xncp2222.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ncp2222.py b/ncp2222.py
index e87de6543a..330c1b89bc 100755
--- a/ncp2222.py
+++ b/ncp2222.py
@@ -25,7 +25,7 @@ http://developer.novell.com/ndk/doc/ncp/
for a badly-formatted HTML version of the same PDF.
-$Id: ncp2222.py,v 1.56 2003/04/25 20:33:16 guy Exp $
+$Id: ncp2222.py,v 1.57 2003/05/02 21:26:47 guy Exp $
Portions Copyright (c) 2000-2002 by Gilbert Ramirez <gram@alumni.rice.edu>.
@@ -12677,7 +12677,7 @@ def define_ncp2222():
# 2222/5722, 87/34
pkt = NCP(0x5722, "Open CallBack Control (Op-Lock)", 'file', has_length=0)
pkt.Request(13, [
- rec( 10, 4, CCFileHandle ),
+ rec( 10, 4, CCFileHandle, BE ),
rec( 14, 1, CCFunction ),
])
pkt.Reply(8)