From owner-freebsd-commit Mon Dec 11 06:01:17 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA07470 for freebsd-commit-outgoing; Mon, 11 Dec 1995 06:01:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA07423 for cvs-all-outgoing; Mon, 11 Dec 1995 06:01:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA07403 for cvs-usrbin-outgoing; Mon, 11 Dec 1995 06:01:00 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA07383 Mon, 11 Dec 1995 06:00:56 -0800 (PST) Date: Mon, 11 Dec 1995 06:00:56 -0800 (PST) From: Peter Wemm Message-Id: <199512111400.GAA07383@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/passwd local_passwd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 95/12/11 06:00:52 Modified: usr.bin/passwd local_passwd.c Log: Fix a cosmetic null termination problem for completeness. The #ifdef NEWSALT code doesn't NULL terminate the salt string.. We dont appear to use this code anymore, but it shouldn't hurt Submitted by: Laurence Lopez Revision Changes Path 1.7 +2 -1 src/usr.bin/passwd/local_passwd.c