svn commit: r281847 - stable/10/sys/kern

Sergey Kandaurov pluknet at FreeBSD.org
Wed Apr 22 10:25:09 UTC 2015


Author: pluknet
Date: Wed Apr 22 10:25:08 2015
New Revision: 281847
URL: https://svnweb.freebsd.org/changeset/base/281847

Log:
  Fix r281843 mis-merge.
  
  Reported by:	Thomas Mueller tmueller at sysgo com

Modified:
  stable/10/sys/kern/init_main.c

Modified: stable/10/sys/kern/init_main.c
==============================================================================
--- stable/10/sys/kern/init_main.c	Wed Apr 22 09:52:51 2015	(r281846)
+++ stable/10/sys/kern/init_main.c	Wed Apr 22 10:25:08 2015	(r281847)
@@ -708,7 +708,7 @@ start_init(void *dummy)
 	vfs_mountroot();
 
 	/* Wipe GELI passphrase from the environment. */
-	kern_unsetenv("kern.geom.eli.passphrase");
+	unsetenv("kern.geom.eli.passphrase");
 
 	/*
 	 * Need just enough stack to hold the faked-up "execve()" arguments.


More information about the svn-src-all mailing list