radsecproxy: Bump to v1.7.2

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
This commit is contained in:
Toke Høiland-Jørgensen
2018-09-04 14:48:48 +02:00
parent b263b2fecb
commit bee578bc2b
2 changed files with 3 additions and 14 deletions
@@ -1,11 +0,0 @@
--- a/debug.c
+++ b/debug.c
@@ -153,7 +153,7 @@ void debug_logit(uint8_t level, const ch
if (debug_tid) {
tidbuf = malloc((3*sizeof(pthread_t)+5)+strlen(format));
- sprintf(tidbuf, "(%ld) %s", pthread_self(), format);
+ sprintf(tidbuf, "(%ld) %s", (long int)pthread_self(), format);
format = tidbuf;
} else
tidbuf = NULL;