From b9d7f66be3d69bf156a3bd458c45ae3a5960aa25 Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Tue, 17 Apr 2007 01:48:01 +0000 Subject: [PATCH] misc warning cleanup from Michal''anghan''Pawelczyk [anghan@tlen.pl] git-svn-id: file:///tmp/cracklib-svn/trunk@96 4175fe1e-86d5-4fdc-8e6a-506fab9d8533 --- cracklib/lib/fascist.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cracklib/lib/fascist.c b/cracklib/lib/fascist.c index 3ab9d97..90536dc 100644 --- a/cracklib/lib/fascist.c +++ b/cracklib/lib/fascist.c @@ -6,8 +6,6 @@ * and upwards. */ -static char vers_id[] = "fascist.c : v2.3p3 Alec Muffett 14 dec 1997"; - #include "config.h" #include #include @@ -788,7 +786,7 @@ FascistLook(pwp, instring) return _("it looks like a National Insurance number."); } - if (ptr = FascistGecos(password, getuid())) + if ((ptr = FascistGecos(password, getuid()))) { return (ptr); } -- 2.40.0