Fix a conditional

svn:r12601
This commit is contained in:
Peter Palfrader 2007-11-29 11:22:19 +00:00
parent 423293dead
commit 03ddcc90d3

View File

@ -29,7 +29,7 @@ require 'db-config'
def do_update(verbose)
now = $db.query_row("SELECT max(last_seen) AS max FROM router_claims_nickname")['max']
unless now == ''
unless now
STDERR.puts "Could not find the latest last_seen timestamp. Is the database empty still?"
return
end