Add missing semicolon

This commit is contained in:
unknown 2006-10-05 12:41:26 +02:00
parent 679a13feeb
commit a4b13f10f5

View file

@ -52,7 +52,7 @@ select 2;
select 3;
# Disconnect so that we will not be confused by a future abort from this
# connection.
disconnect default
disconnect default;
#
# Do the same test as above on a TCP connection