Added syntax support for UnbindRequest bodies.
This commit is contained in:
parent
c07c5af1b5
commit
e001f0413e
|
@ -273,6 +273,9 @@ module Net
|
|||
|
||||
AsnSyntax = BER.compile_syntax({
|
||||
:application => {
|
||||
:primitive => {
|
||||
2 => :null # UnbindRequest body
|
||||
},
|
||||
:constructed => {
|
||||
0 => :array, # BindRequest
|
||||
1 => :array, # BindResponse
|
||||
|
|
Loading…
Reference in a new issue