Timestamp:
Jun 22, 2008, 3:30:02 AM (17 years ago)
Author:
Paul Smedley
Message:

Update trunk to 3.2.0rc2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/winbindd/winbindd_cache.c

    r136 r137  
    99   Copyright (C) Guenther Deschner 2005
    1010   Copyright (C) Michael Adam    2007
    11    
     11
    1212   This program is free software; you can redistribute it and/or modify
    1313   it under the terms of the GNU General Public License as published by
     
    3838extern struct winbindd_methods ads_methods;
    3939#endif
    40 extern struct winbindd_methods passdb_methods;
     40extern struct winbindd_methods passdb_methods;
    4141
    4242/*
     
    138138
    139139        if (domain->internal) {
    140                 domain->backend = &passdb_methods;
     140                domain->backend = &passdb_methods;
    141141                domain->initialized = True;
    142142        }
Note: See TracChangeset for help on using the changeset viewer.