Added syntax support for UnbindRequest bodies.

This commit is contained in:
blackhedd 2006-11-27 22:56:13 +00:00
parent c07c5af1b5
commit e001f0413e

View file

@ -273,6 +273,9 @@ module Net
AsnSyntax = BER.compile_syntax({
:application => {
:primitive => {
2 => :null # UnbindRequest body
},
:constructed => {
0 => :array, # BindRequest
1 => :array, # BindResponse