Module Name:    src
Committed By:   christos
Date:           Fri Feb 26 18:20:44 UTC 2016

Modified Files:
        src/usr.sbin/isdn/isdnmonitor: main.c

Log Message:
PR/50860: David Binderman: Remove redundant code.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/isdn/isdnmonitor/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/isdn/isdnmonitor/main.c
diff -u src/usr.sbin/isdn/isdnmonitor/main.c:1.13 src/usr.sbin/isdn/isdnmonitor/main.c:1.14
--- src/usr.sbin/isdn/isdnmonitor/main.c:1.13	Fri Feb 26 13:20:00 2016
+++ src/usr.sbin/isdn/isdnmonitor/main.c	Fri Feb 26 13:20:44 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.13 2016/02/26 18:20:00 christos Exp $ */
+/* $NetBSD: main.c,v 1.14 2016/02/26 18:20:44 christos Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -497,7 +497,7 @@ print_logevent(time_t tstamp, int prio, 
 #ifndef WIN32
 	if (fullscreen)
 	{
-		if ((!debug_noscreen) || (debug_noscreen && (((strcmp(what, "DBG"))) != 0)))
+		if (!debug_noscreen && strcmp(what, "DBG") != 0)
 		{
 /*
  * FreeBSD-current integrated ncurses. Since then it is no longer possible

Reply via email to