commit bfcfcab62079974fa65d5af30ca6d8cbdcaeb78b parent 8ce06eb205506d5913e44e8fdb75c41aa7f6b2c9 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 13 Apr 2022 22:51:54 +0200 -need the array, not one element Diffstat:
| M | src/reducer/anastasis_api_discovery.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/reducer/anastasis_api_discovery.c b/src/reducer/anastasis_api_discovery.c @@ -178,7 +178,7 @@ meta_cb (void *cls, po->attribute_mask, server_time, secret_name, - pe); + pa); }