projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57c29bb
)
Hold messages can have a patron password in them
author
djfiander
<djfiander>
Sun, 28 May 2006 12:30:20 +0000
(12:30 +0000)
committer
djfiander
<djfiander>
Sun, 28 May 2006 12:30:20 +0000
(12:30 +0000)
Sip/MsgType.pm
patch
|
blob
|
history
diff --git
a/Sip/MsgType.pm
b/Sip/MsgType.pm
index
e963562
..
610c576
100644
(file)
--- a/
Sip/MsgType.pm
+++ b/
Sip/MsgType.pm
@@
-229,9
+229,9
@@
my %handlers = (
template_len => 19,
fields => [(FID_EXPIRATION), (FID_PICKUP_LOCN),
(FID_HOLD_TYPE), (FID_INST_ID),
- (FID_PATRON_ID), (FID_
ITEM_I
D),
- (FID_
TITLE_ID), (FID_TERMINAL_PW
D),
- (FID_FEE_ACK)],
+ (FID_PATRON_ID), (FID_
PATRON_PW
D),
+ (FID_
ITEM_ID), (FID_TITLE_I
D),
+ (FID_
TERMINAL_PWD), (FID_
FEE_ACK)],
}
}
},