mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 16:14:03 +00:00
GMM: fix format string compiler warning
This commit is contained in:
@@ -1676,7 +1676,7 @@ static void ggsn_lookup_cb(void *arg, int status, int timeouts, struct hostent *
|
||||
|
||||
if (hostent->h_length != sizeof(struct in_addr)) {
|
||||
LOGMMCTXP(LOGL_ERROR, lookup->mmctx,
|
||||
"Wrong addr size(%d)\n", sizeof(struct in_addr));
|
||||
"Wrong addr size(%zu)\n", sizeof(struct in_addr));
|
||||
goto reject_due_failure;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user