Fix up the stop call

git-svn-id: file:///home/svn/framework3/trunk@13382 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-07-27 20:50:11 +00:00
parent df52bfaa4f
commit c7077f2551
1 changed files with 49 additions and 48 deletions

View File

@ -400,7 +400,7 @@ class Socks4a
# Block while the server is running.
#
def join
@server_thread.join
@server_thread.join if @server_thread
end
#
@ -437,3 +437,4 @@ class Socks4a
end
end; end; end