Am Sonntag, 22. Mai 2005 12:40 schrieb [EMAIL PROTECTED]:
> 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>

Attachment: pgp0c8iJ9uzKF.pgp
Description: PGP signature

Reply via email to