fix refactoring scrap

git-svn-id: file:///home/svn/framework3/trunk@11258 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-12-08 22:30:01 +00:00
parent 0b1e3e12ea
commit 2742475ae0
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class Client
end
# For 3.7 and later, clients must state which security-type to use
@sock.put(type.chr) if @minver >= 7
@sock.put([selected].pack('C')) if @minver >= 7
selected
end