mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
radsecproxy: Bump to v1.7.2
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user