NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/51909: blacklistctl -b option broken
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