dbwrap: Use messaging_filtered_read
authorVolker Lendecke <vl@samba.org>
Thu, 24 Apr 2014 09:23:48 +0000 (09:23 +0000)
committerVolker Lendecke <vl@samba.org>
Thu, 8 May 2014 07:10:12 +0000 (09:10 +0200)
commit8d65512e69441d4756ba49b33a235043035ba1bd
treeba5c24c0675f8fb02bd060ef5cd867a834197c06
parent7a266c575af9fa31583c2bd64f79e3b66fd30815
dbwrap: Use messaging_filtered_read

This does not really save any code lines, but IMHO the code is simpler
this way. Also, in case we have lots of watchers this will be slightly
cheaper, because we don't have to re-establish a tevent_req.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/dbwrap/dbwrap_watch.c