[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-2313-g90535b5

Volker Lendecke vlendec at samba.org
Sun Jun 14 20:21:53 GMT 2009


The branch, master has been updated
       via  90535b5fad513bb44c31b91557347486c8688482 (commit)
      from  cd9919643b0261c6a0c75b2551371f4508f37bb0 (commit)

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


- Log -----------------------------------------------------------------
commit 90535b5fad513bb44c31b91557347486c8688482
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Jun 14 22:21:02 2009 +0200

    Remove an unused struct member in winbindd_cli_state

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

Summary of changes:
 source3/winbindd/winbindd.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h
index 419ab50..324b13e 100644
--- a/source3/winbindd/winbindd.h
+++ b/source3/winbindd/winbindd.h
@@ -51,7 +51,6 @@ struct winbindd_cli_state {
 	struct winbindd_cli_state *prev, *next;   /* Linked list pointers */
 	int sock;                                 /* Open socket from client */
 	pid_t pid;                                /* pid of client */
-	bool write_extra_data;                    /* Write extra_data field */
 	time_t last_access;                       /* Time of last access (read or write) */
 	bool privileged;                           /* Is the client 'privileged' */
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list