From: Sean Hefty Date: Wed, 24 Oct 2012 23:17:38 +0000 (-0700) Subject: Refresh of riostream X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=df522a567bdc760fb351c0d075b3b2be86e86203;p=~shefty%2Flibrdmacm.git Refresh of riostream --- diff --git a/src/rsocket.c b/src/rsocket.c index c534c610..afcc5b11 100644 --- a/src/rsocket.c +++ b/src/rsocket.c @@ -1453,7 +1453,7 @@ static int rs_send_iomaps(struct rsocket *rs, int flags) break; } - rs->iomap_pending = dlist_empty(&rs->iomap_queue); + rs->iomap_pending = !dlist_empty(&rs->iomap_queue); fastlock_release(&rs->iomap_lock); return ret; }