svn commit: samba r10844 - in branches/SAMBA_4_0/source: nsswitch winbind

Stefan Metzmacher metze at samba.org
Sun Oct 9 15:45:29 GMT 2005


On Sun, Oct 09, 2005 at 12:13:06PM +0000, abartlet at samba.org wrote:
> Author: abartlet
> Date: 2005-10-09 12:13:05 +0000 (Sun, 09 Oct 2005)
> New Revision: 10844

> Modified: branches/SAMBA_4_0/source/nsswitch/winbindd_nss.h
> ===================================================================
> --- branches/SAMBA_4_0/source/nsswitch/winbindd_nss.h	2005-10-09 08:32:06 UTC (rev 10843)
> +++ branches/SAMBA_4_0/source/nsswitch/winbindd_nss.h	2005-10-09 12:13:05 UTC (rev 10844)
> @@ -186,7 +186,6 @@
>  	pid_t pid;               /* pid of calling process */
>  	uint32_t flags;            /* flags relavant to a given request */
>  	winbind_string domain_name;	/* name of domain for which the request applies */
> -	int msgid;
>  
>  	union {
>  		winbind_string winsreq;     /* WINS request */
> @@ -247,6 +246,8 @@
>  			winbind_string cache_key;
>  		} dual_sidaliases;
>  	} data;
> +	char *extra_data;
> +	size_t extra_len;
>  	char null_term;
>  };

why have you changed the protocol? the protocol is this struct passed
into the socket...

Or is that a merge from SAMBA_3_0?

--
metze


More information about the samba-cvs mailing list