[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-115-gec891be

Jeremy Allison jra at samba.org
Thu Oct 25 23:29:17 GMT 2007


The branch, v3-2-test has been updated
       via  ec891be53cc4042baf418c1f7b037a11e5055273 (commit)
       via  9aa9ecd8cc29d055d78f16b8fb2156ec04063c42 (commit)
      from  a68bbea0d42cc64b9fa731ab2a1da82ef30937c6 (commit)

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


- Log -----------------------------------------------------------------
commit ec891be53cc4042baf418c1f7b037a11e5055273
Merge: 9aa9ecd8cc29d055d78f16b8fb2156ec04063c42 a68bbea0d42cc64b9fa731ab2a1da82ef30937c6
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Oct 25 16:22:40 2007 -0700

    Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test

commit 9aa9ecd8cc29d055d78f16b8fb2156ec04063c42
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Oct 25 16:14:52 2007 -0700

    When doing reverse lookups actually look up the name, not
    just the numeric address (doh!) :-).
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/util_sock.c b/source/lib/util_sock.c
index 2d78471..8a85f7a 100644
--- a/source/lib/util_sock.c
+++ b/source/lib/util_sock.c
@@ -1879,7 +1879,7 @@ const char *get_peer_name(int fd, bool force_lookup)
 			sizeof(name_buf),
 			NULL,
 			0,
-			NI_NUMERICHOST);
+			0);
 
 	if (ret) {
 		DEBUG(1,("get_peer_name: getnameinfo failed "


-- 
Samba Shared Repository


More information about the samba-cvs mailing list