i386/132580: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Tue Mar 17 21:00:04 PDT 2009
The following reply was made to PR i386/132580; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: i386/132580: commit references a PR
Date: Wed, 18 Mar 2009 03:56:38 +0000 (UTC)
Author: ganbold (doc committer)
Date: Wed Mar 18 03:56:26 2009
New Revision: 189955
URL: http://svn.freebsd.org/changeset/base/189955
Log:
Clear confirm password field first when adding new user.
PR: i386/132580
Reported by: ilgiz <ilgiz at reid.ru>
Approved by: kensmith
Modified:
head/usr.sbin/sysinstall/user.c
Modified: head/usr.sbin/sysinstall/user.c
==============================================================================
--- head/usr.sbin/sysinstall/user.c Wed Mar 18 03:36:08 2009 (r189954)
+++ head/usr.sbin/sysinstall/user.c Wed Mar 18 03:56:26 2009 (r189955)
@@ -698,6 +698,7 @@ userAddUser(dialogMenuItem *self)
CLEAR(ugroup);
CLEAR(gecos);
CLEAR(passwd);
+ CLEAR(confpasswd);
CLEAR(umemb);
CLEAR(homedir);
CLEAR(shell);
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the freebsd-i386
mailing list