Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mpl/dhcp/dist/omapip Catch up with bind



details:   https://anonhg.NetBSD.org/src/rev/ce44f713d244
branches:  trunk
changeset: 449176:ce44f713d244
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 25 02:31:57 2019 +0000

description:
Catch up with bind

diffstat:

 external/mpl/dhcp/dist/omapip/result.c |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r bd9299443aa4 -r ce44f713d244 external/mpl/dhcp/dist/omapip/result.c
--- a/external/mpl/dhcp/dist/omapip/result.c    Mon Feb 25 00:51:24 2019 +0000
+++ b/external/mpl/dhcp/dist/omapip/result.c    Mon Feb 25 02:31:57 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: result.c,v 1.2 2018/04/07 22:37:30 christos Exp $      */
+/*     $NetBSD: result.c,v 1.3 2019/02/25 02:31:57 christos Exp $      */
 
 /* result.c
  */
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: result.c,v 1.2 2018/04/07 22:37:30 christos Exp $");
+__RCSID("$NetBSD: result.c,v 1.3 2019/02/25 02:31:57 christos Exp $");
 
 #include "dhcpd.h"
 
@@ -77,15 +77,12 @@
 #define DHCP_RESULT_RESULTSET          2
 #define DHCP_RESULT_UNAVAILABLESET     3
 
-// This is a placeholder as we don't allow for external message catalogs yet
-isc_msgcat_t * dhcp_msgcat = NULL;
-
 isc_result_t
 dhcp_result_register(void) {
        isc_result_t result;
 
        result = isc_result_register(ISC_RESULTCLASS_DHCP, DHCP_R_NRESULTS,
-                                    text, dhcp_msgcat, DHCP_RESULT_RESULTSET);
+                                    text, DHCP_RESULT_RESULTSET);
 
        return(result);
 }



Home | Main Index | Thread Index | Old Index