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({
|
AsnSyntax = BER.compile_syntax({
|
||||||
:application => {
|
:application => {
|
||||||
|
:primitive => {
|
||||||
|
2 => :null # UnbindRequest body
|
||||||
|
},
|
||||||
:constructed => {
|
:constructed => {
|
||||||
0 => :array, # BindRequest
|
0 => :array, # BindRequest
|
||||||
1 => :array, # BindResponse
|
1 => :array, # BindResponse
|
||||||
|
|
Loading…
Reference in a new issue