From: Tollef Fog Heen Date: Mon, 12 Oct 2009 06:05:26 +0000 (+0200) Subject: Remove XXX comment, fixed X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598adc28a49ab9e0bb8b2e67ec352cb05f536870;p=yubikey-server-c Remove XXX comment, fixed --- diff --git a/src/main.c b/src/main.c index f875146..9c3df1a 100644 --- a/src/main.c +++ b/src/main.c @@ -347,7 +347,6 @@ static int handle_request(void * UNUSED(data), NULL, "BAD OTP", timestamp); send_response(conn, signature, status, NULL, timestamp); - /* XXX: FIXME: check counters too */ /* XXX FIXME free memory */ fprintf(stderr, "BAD TOKEN\n"); return MHD_YES;