summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sasyncd/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sasyncd/monitor.c')
-rw-r--r--usr.sbin/sasyncd/monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sasyncd/monitor.c b/usr.sbin/sasyncd/monitor.c
index 5b87dbeefd3..45072e7463e 100644
--- a/usr.sbin/sasyncd/monitor.c
+++ b/usr.sbin/sasyncd/monitor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: monitor.c,v 1.11 2006/09/01 01:13:25 mpf Exp $ */
+/* $OpenBSD: monitor.c,v 1.12 2006/12/25 08:17:17 deraadt Exp $ */
/*
* Copyright (c) 2005 Håkan Olsson. All rights reserved.
@@ -290,7 +290,7 @@ monitor_get_pfkey_snap(u_int8_t **sadb, u_int32_t *sadbsize, u_int8_t **spd,
int
monitor_isakmpd_active(int active)
{
- u_int32_t cmd =
+ u_int32_t cmd =
active ? MONITOR_ISAKMPD_ACTIVATE : MONITOR_ISAKMPD_PASSIVATE;
if (write(m_state.s, &cmd, sizeof cmd) < 1)
return -1;