From 4b7594b1770bd76bdba4c4cff5e31c0291d48582 Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Sat, 3 Nov 2012 01:41:55 +0100 Subject: Send server parameter in isuser command. --- tests/test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test.php b/tests/test.php index a6d6c16..ec6d35b 100644 --- a/tests/test.php +++ b/tests/test.php @@ -7,8 +7,8 @@ fwrite($stderr, "Enter the password: "); $password = trim(fgets($in)); $str = array( - array('isuser', $user), - array('isuser', '123456789'), + array('isuser', $user, 'localhost'), + array('isuser', '123456789', 'localhost'), array('auth', $user, 'localhost', $password), array('auth', $user, 'localhost', '123456789'), -- cgit v1.1