svn commit: samba r6935 - in branches/SAMBA_4_0/source/lib/ldb/modules: .

Stefan Metzmacher metze at samba.org
Sun May 22 18:27:22 GMT 2005


Am Sonntag, 22. Mai 2005 12:40 schrieb idra at samba.org:
> Author: idra
> Date: 2005-05-22 10:40:54 +0000 (Sun, 22 May 2005)
> New Revision: 6935
>
> WebSVN:
> http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6935
>
> Log:
> don't do three things at a time :-)
> Modified:
>    branches/SAMBA_4_0/source/lib/ldb/modules/skel.c
>
>
> Changeset:
> Modified: branches/SAMBA_4_0/source/lib/ldb/modules/skel.c
> ===================================================================
> --- branches/SAMBA_4_0/source/lib/ldb/modules/skel.c	2005-05-22 10:27:51
> UTC (rev 6934) +++
> branches/SAMBA_4_0/source/lib/ldb/modules/skel.c	2005-05-22 10:40:54 UTC
> (rev 6935) @@ -36,7 +36,8 @@
>  #include "ldb/include/ldb.h"
>  #include "ldb/include/ldb_private.h"
>
> -static struct private_data {
> +const struct private_data {
> +
>  	const char *error_string;
>  };
this is this wrong!

struct private_data {
...
};

is correct as this isn't a vaiable...

-- 
metze
--
Stefan (metze) Metzmcher <metze at samba dot org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-cvs/attachments/20050522/c9002703/attachment.bin


More information about the samba-cvs mailing list