summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2012-10-26 18:10:04 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2012-10-26 18:10:04 +0000
commit7a052ebf2dbdd73aebeca4f6206dfee3fd60aea8 (patch)
treeb6da0c1ec93e48e9738a783c6b7e0977591332d5
parentfca9fd5bc6db76d1428bb61b31eaa426a858a203 (diff)
Don't abort when we try to reset the logical domain channel.
-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