summaryrefslogtreecommitdiff
path: root/lib/rddb.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rddb.pm')
-rwxr-xr-xlib/rddb.pm2
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');
}