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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to