gods

a simple blocklist for ssh
Log | Files | Refs | README | LICENSE

commit 7c9c34ef22a2af736dac5815d7f1eb392fe7a4fe
parent a781c13eb0db048261862e6792284c86ecc12286
Author: Naveen Narayanan <zerous@nocebo.space>
Date:   Mon, 27 Sep 2021 22:44:09 +0200

Remove unused variables

Diffstat:
Mparser.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/parser.c b/parser.c @@ -180,7 +180,6 @@ static int timestamp() { struct tm tm; - int n; if (!word() || !mon(&tm)) return 0;