[pkg-opensc-commit] [pam-p11] 25/66: silence a warning.

Eric Dorland eric at moszumanska.debian.org
Tue Jun 13 04:06:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository pam-p11.

commit c1161449c3d4aebed17442ca5ed9693b11ba6f49
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Fri Jun 29 14:33:29 2007 +0000

    silence a warning.
---
 src/pam_p11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pam_p11.c b/src/pam_p11.c
index 81ea8f9..7c98fe8 100644
--- a/src/pam_p11.c
+++ b/src/pam_p11.c
@@ -47,7 +47,7 @@ extern int match_user(X509 * x509, const char *login);
 /*
 * comodity function that returns 1 on null, empty o spaced string
 */
-int is_spaced_str(const char *str)
+static int is_spaced_str(const char *str)
 {
 	char *pt = (char *)str;
 	if (!str)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pam-p11.git



More information about the pkg-opensc-commit mailing list