[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-497-g487ab6e

Gerald (Jerry) Carter jerry at samba.org
Wed Dec 5 17:53:19 GMT 2007


The branch, v3-2-test has been updated
       via  487ab6e75e8b8d15f2a37e4ba4129eb2475d4c86 (commit)
      from  2a1755327f6cef6c969308e9ebcb238048535533 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 487ab6e75e8b8d15f2a37e4ba4129eb2475d4c86
Author: Gerald (Jerry) Carter <jerry at samba.org>
Date:   Wed Dec 5 11:52:35 2007 -0600

    Compile fix to the automount support.  Patch from GlaDiaC.

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

Summary of changes:
 source/lib/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/util.c b/source/lib/util.c
index f51761a..f0ea6c8 100644
--- a/source/lib/util.c
+++ b/source/lib/util.c
@@ -1384,7 +1384,7 @@ char *automount_lookup(TALLOC_CTX *ctx, const char *user_name)
 
 	if ((nis_error = yp_get_default_domain(&nis_domain)) != 0) {
 		DEBUG(3, ("YP Error: %s\n", yperr_string(nis_error)));
-		return last_value;
+		return NULL;
 	}
 
 	DEBUG(5, ("NIS Domain: %s\n", nis_domain));


-- 
Samba Shared Repository


More information about the samba-cvs mailing list