[SCM] NSS Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Dec 19 04:50:55 MST 2013


The branch, master has been updated
       via  c472118 nwrap: Rename FN_NAME to FN_PREFIX.
      from  cd1a113 nwrap: Zero the allocated libc memory.

http://gitweb.samba.org/?p=nss_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c4721187bbcb4ab90660d1e7bb30e9014e1eb9c4
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Dec 19 12:50:19 2013 +0100

    nwrap: Rename FN_NAME to FN_PREFIX.

-----------------------------------------------------------------------

Summary of changes:
 src/nss_wrapper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/src/nss_wrapper.c b/src/nss_wrapper.c
index 7ceff25..3e6d072 100644
--- a/src/nss_wrapper.c
+++ b/src/nss_wrapper.c
@@ -1156,7 +1156,7 @@ static void nwrap_libc_init(struct nwrap_main *r)
 static void nwrap_backend_init(struct nwrap_main *r)
 {
 	const char *module_so_path = getenv("NSS_WRAPPER_MODULE_SO_PATH");
-	const char *module_fn_name = getenv("NSS_WRAPPER_MODULE_FN_NAME");
+	const char *module_fn_name = getenv("NSS_WRAPPER_MODULE_FN_PREFIX");
 
 	r->num_backends = 0;
 	r->backends = NULL;


-- 
NSS Wrapper Repository


More information about the samba-cvs mailing list