[Pkg-samba-maint] [samba] 124/135: s3-winbindd: Fix DEBUG statement in winbind_msg_offline().

Ivo De Decker ivodd at moszumanska.debian.org
Sat Jan 11 21:30:31 UTC 2014


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

ivodd pushed a commit to branch master
in repository samba.

commit e4404440db3e694a4988725765aa772cc86f2a07
Author: Jan Brummer <jan.brummer at tabos.org>
Date:   Mon Dec 9 15:22:29 2013 +0100

    s3-winbindd: Fix DEBUG statement in winbind_msg_offline().
    
    Guenther
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=10285
    
    Reviewed-by: Günther Deschner <gd at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Günther Deschner <gd at samba.org>
    Autobuild-Date(master): Mon Dec  9 17:28:37 CET 2013 on sn-devel-104
    
    Autobuild-User(v4-1-test): Karolin Seeger <kseeger at samba.org>
    Autobuild-Date(v4-1-test): Tue Dec 10 15:58:13 CET 2013 on sn-devel-104
---
 source3/winbindd/winbindd_dual.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c
index 972924c..64af571 100644
--- a/source3/winbindd/winbindd_dual.c
+++ b/source3/winbindd/winbindd_dual.c
@@ -626,7 +626,7 @@ void winbind_msg_offline(struct messaging_context *msg_ctx,
 		   we only set it online / offline for that domain. */
 
 		DEBUG(10,("winbind_msg_offline: sending message to pid %u for domain %s.\n",
-			(unsigned int)child->pid, domain->name ));
+			(unsigned int)child->pid, child->domain->name ));
 
 		messaging_send_buf(msg_ctx, pid_to_procid(child->pid),
 				   MSG_WINBIND_OFFLINE,

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




More information about the Pkg-samba-maint mailing list