NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/51909: blacklistctl -b option broken
The following reply was made to PR bin/51909; it has been noted by GNATS.
From: christos%zoulas.com@localhost (Christos Zoulas)
To: gnats-bugs%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Cc:
Subject: Re: bin/51909: blacklistctl -b option broken
Date: Mon, 23 Jan 2017 11:19:57 -0500
On Jan 23, 12:20pm, amonk%backwatcher.com@localhost (amonk%backwatcher.com@localhost) wrote:
-- Subject: bin/51909: blacklistctl -b option broken
| Try to use the blacklistctl -b option.
I thought that was pulled up. I will ask for a pullup...
#include <sys/cdefs.h>
-__RCSID("$NetBSD: blacklistctl.c,v 1.20 2016/04/04 15:52:56 christos Exp $");
+__RCSID("$NetBSD: blacklistctl.c,v 1.21 2016/11/02 03:15:07 jnemeth Exp $");
#include <stdio.h>
#include <time.h>
@@ -96,10 +96,10 @@
break;
case 'b':
blocked = 1;
+ break;
case 'D':
dbname = optarg;
break;
- break;
case 'd':
debug++;
break;
Home |
Main Index |
Thread Index |
Old Index