summaryrefslogtreecommitdiff
path: root/src/lb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lb.cpp')
-rw-r--r--src/lb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lb.cpp b/src/lb.cpp
index 3cfdef8..1fb9fc0 100644
--- a/src/lb.cpp
+++ b/src/lb.cpp
@@ -84,7 +84,7 @@ int xs::lb_t::send (msg_t *msg_, int flags_)
int rc = msg_->close ();
errno_assert (rc == 0);
rc = msg_->init ();
- xs_assert (rc == 0);
+ errno_assert (rc == 0);
return 0;
}