git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3336 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2011-05-04 14:10:56 +00:00
parent 68200320de
commit 36291aebf4
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ while ( my $line = <CLIENT> )
chomp( $line );
print( "$line\n" );
}
# And we're done!
close( CLIENT );
#print( "Finished writing, bye\n" );