]> jfr.im git - solanum.git/commitdiff
tests: chase listener refactor changes
authorAriadne Conill <redacted>
Sat, 19 Jun 2021 11:06:17 +0000 (05:06 -0600)
committerDoug Freed <redacted>
Sat, 31 Jul 2021 04:05:59 +0000 (00:05 -0400)
tests/client_util.c

index 6df89a4ac8c15f29614c52d3d02f8b06b180a85e..322f3c56725b626734ee6eecfb982cae8639b1fe 100644 (file)
@@ -33,7 +33,6 @@
 #define MSG "%s:%d (%s)", __FILE__, __LINE__, __FUNCTION__
 
 static struct Listener fake_listener = {
-       .next = NULL,
        .name = "fake",
        .F = NULL,
        .ref_count = 0,