summaryrefslogtreecommitdiff
path: root/usr.sbin/ldomctl/ds.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ldomctl/ds.c')
-rw-r--r--usr.sbin/ldomctl/ds.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ldomctl/ds.c b/usr.sbin/ldomctl/ds.c
index ad4e8bf6680..680a8cab9c6 100644
--- a/usr.sbin/ldomctl/ds.c
+++ b/usr.sbin/ldomctl/ds.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ds.c,v 1.4 2012/10/22 21:16:25 kettenis Exp $ */
+/* $OpenBSD: ds.c,v 1.5 2012/10/26 18:10:03 kettenis Exp $ */
/*
* Copyright (c) 2012 Mark Kettenis
@@ -386,8 +386,6 @@ ldc_send_rdx(struct ldc_conn *lc)
void
ldc_reset(struct ldc_conn *lc)
{
- abort();
-
lc->lc_tx_seqid = 0;
lc->lc_state = 0;
#if 0