Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 23:32:35 GMT
From:      def@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r270043 - soc2013/def/crashdump-head/sys/kern
Message-ID:  <201406252332.s5PNWZ4w076364@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: def
Date: Wed Jun 25 23:32:34 2014
New Revision: 270043
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=270043

Log:
  Wrong kernel option name.

Modified:
  soc2013/def/crashdump-head/sys/kern/kern_shutdown.c

Modified: soc2013/def/crashdump-head/sys/kern/kern_shutdown.c
==============================================================================
--- soc2013/def/crashdump-head/sys/kern/kern_shutdown.c	Wed Jun 25 22:59:12 2014	(r270042)
+++ soc2013/def/crashdump-head/sys/kern/kern_shutdown.c	Wed Jun 25 23:32:34 2014	(r270043)
@@ -928,7 +928,7 @@
 		    (uintmax_t)length, (intmax_t)di->mediasize);
 		return (ENOSPC);
 	}
-#ifdef ENCRYPT_CRASH
+#ifdef ENCRYPT_CRASH_DUMP
 	return (dump_encrypted_write(di, virtual, physical, offset, length));
 #else
 	return (di->dumper(di->priv, virtual, physical, offset, length));



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406252332.s5PNWZ4w076364>