From e4b35478c8b3ce7352a74b2fea0e067f068daf18 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Mon, 3 Jun 2013 10:30:56 -0600 Subject: * Changes to configure.ac to add -lkrb5 to the link * Changes to avoud errors in compilation when -Wformat-security is used * Remove RFC files from source code --- pith/ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pith') diff --git a/pith/ldap.c b/pith/ldap.c index d40641e4..a007873a 100644 --- a/pith/ldap.c +++ b/pith/ldap.c @@ -778,7 +778,7 @@ try_password_again: */ switch(args){ case 0: - snprintf(filter, sizeof(filter), filt_format); + snprintf(filter, sizeof(filter), "%s", filt_format); break; case 1: snprintf(filter, sizeof(filter), filt_format, scp); -- cgit v1.2.3-54-g00ecf