Author: metze
Date: 2006-01-10 16:51:46 +0000 (Tue, 10 Jan 2006)
New Revision: 12830

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12830

Log:
this can be const

metze
Modified:
   branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c      2006-01-10 
16:48:32 UTC (rev 12829)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c      2006-01-10 
16:51:46 UTC (rev 12830)
@@ -113,7 +113,7 @@
 {
        char **modules = NULL;
        int i;
-       struct {
+       const struct {
                const char *name;
                ldb_module_init_t init;
        } well_known_modules[] = {

Reply via email to