X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=hippotat.git;a=blobdiff_plain;f=hippotatd;fp=hippotatd;h=bbc866618e37011cdebc101ec620878bd9ea1b67;hp=8fb0e0c7333163366050e2633ecff42e36be06ee;hb=dce21e00c38132b17ec973923f4f7d0cbf47049f;hpb=a2b48abfb3e429655bbc13992bd2dd12d05679e7 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: