Changeset 411 for branches/samba-3.3.x/source/winbindd/winbindd_idmap.c
- Timestamp:
- Mar 1, 2010, 3:05:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/winbindd/winbindd_idmap.c
r206 r411 39 39 #define DBGC_CLASS DBGC_WINBIND 40 40 41 static const struct winbindd_child_dispatch_table idmap_dispatch_table[];42 43 41 static 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 }51 42 52 43 struct winbindd_child *idmap_child(void) … … 565 556 } 566 557 }; 558 559 void 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.