ctdb: Use stdio's getline() in ctdb_connection_list_read()
authorVolker Lendecke <vl@samba.org>
Fri, 1 Mar 2024 20:16:57 +0000 (21:16 +0100)
committerMartin Schwenke <martins@samba.org>
Tue, 16 Apr 2024 23:51:45 +0000 (23:51 +0000)
commitba8f8ef33cd99ea60fc2682727a5497995b5f569
tree55f61409aff9bd7e9166f0c8e8a2d9305bc935a7
parent4de14e2723139b488e69251e500f022f50f983e1
ctdb: Use stdio's getline() in ctdb_connection_list_read()

This is the only user of common/line.[ch], which can go next.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <mschwenke@ddn.com>
ctdb/protocol/protocol_util.c