diff options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/rddb.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rddb.pm b/lib/rddb.pm index 017003b..f307d51 100755 --- a/lib/rddb.pm +++ b/lib/rddb.pm @@ -67,7 +67,7 @@ sub check_token unless(defined $token_result) { return (0, 'ERROR', "user '" . $username . "' not known by rivendell") } - + if($token_result == $token) { return (1, 'OK', 'success'); } |