diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-10-26 18:10:04 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-10-26 18:10:04 +0000 |
commit | 7a052ebf2dbdd73aebeca4f6206dfee3fd60aea8 (patch) | |
tree | b6da0c1ec93e48e9738a783c6b7e0977591332d5 | |
parent | fca9fd5bc6db76d1428bb61b31eaa426a858a203 (diff) |
Don't abort when we try to reset the logical domain channel.
-rw-r--r-- | usr.sbin/ldomctl/ds.c | 4 |
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 |