X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/a2b48abfb3e429655bbc13992bd2dd12d05679e7..dce21e00c38132b17ec973923f4f7d0cbf47049f:/hippotatd diff --git a/hippotatd b/hippotatd index 8fb0e0c..bbc8666 100755 --- a/hippotatd +++ b/hippotatd @@ -182,7 +182,7 @@ def process_request(request, desca): ci = ipaddr(ci_s) desca['ci'] = ci cl = clients[ci] - if pw != cl.cc.password: raise ValueError('bad password') + if pw != cl.cc.secret: raise ValueError('bad secret') desca['pwok']=True if tro != cl.cc.target_requests_outstanding: