Ignore:
Timestamp:
Mar 1, 2010, 3:05:48 PM (15 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3.x to 3.3.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/winbindd/winbindd_idmap.c

    r206 r411  
    3939#define DBGC_CLASS DBGC_WINBIND
    4040
    41 static const struct winbindd_child_dispatch_table idmap_dispatch_table[];
    42 
    4341static struct winbindd_child static_idmap_child;
    44 
    45 void init_idmap_child(void)
    46 {
    47         setup_child(&static_idmap_child,
    48                     idmap_dispatch_table,
    49                     "log.winbindd", "idmap");
    50 }
    5142
    5243struct winbindd_child *idmap_child(void)
     
    565556        }
    566557};
     558
     559void init_idmap_child(void)
     560{
     561        setup_child(&static_idmap_child,
     562                    idmap_dispatch_table,
     563                    "log.winbindd", "idmap");
     564}
Note: See TracChangeset for help on using the changeset viewer.