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:
8830706
)
no hash slices :(
author
Mike Rylander
<mrylander@gmail.com>
Fri, 25 Jul 2014 21:21:45 +0000
(17:21 -0400)
committer
Bill Erickson
<berick@esilibrary.com>
Fri, 8 Aug 2014 14:08:37 +0000
(10:08 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
SIPServer.pm
patch
|
blob
|
history
diff --git
a/SIPServer.pm
b/SIPServer.pm
index
4b6c77c
..
2be20be
100644
(file)
--- a/
SIPServer.pm
+++ b/
SIPServer.pm
@@
-304,7
+304,7
@@
sub mux_input {
success => $success,
transport => $transport,
net_server_parts => {
- %$self{ qw/ils state institution account/ }
+ map { ($_ => $$self{$_}) } qw/ils state institution account/
}
})
);