---
Hi Samuel,
did you forgot to push the print format specifier problem in dnsproxy,
currently connman does not compile :)
Anyway, here is a patch that fixes the issue. I am sorry about this problem,
for some mysterious reason I did not see it when I compiled the sources earlier.
Cheers,
Jukka
src/dnsproxy.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/dnsproxy.c b/src/dnsproxy.c
index cf6f30e..f67fe18 100644
--- a/src/dnsproxy.c
+++ b/src/dnsproxy.c
@@ -1006,7 +1006,7 @@ static int cache_update(struct server_data *srv, unsigned
char *msg,
cache_size++;
}
- DBG("cache %d %squestion \"%s\" type %d ttl %d size %ld",
+ DBG("cache %d %squestion \"%s\" type %d ttl %d size %d",
cache_size, new_entry ? "new " : "old ",
question, type, ttl,
sizeof(*entry) + sizeof(*data) + data->data_len + qlen);
--
1.7.1
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman