aboutsummaryrefslogtreecommitdiffstats
path: root/src/posix-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/posix-io.c')
-rw-r--r--src/posix-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posix-io.c b/src/posix-io.c
index 1b9410ae..1025268e 100644
--- a/src/posix-io.c
+++ b/src/posix-io.c
@@ -273,7 +273,7 @@ get_max_fds (void)
fds = 1024;
}
- TRACE2 (DEBUG_SYSIO, "gpgme:max_fds", NULL, "max fds=%i (%s)", fds, source);
+ TRACE2 (DEBUG_SYSIO, "gpgme:max_fds", 0, "max fds=%i (%s)", fds, source);
return fds;
}