Ignore:
Timestamp:
Jul 11, 2013, 6:25:21 PM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5: add a maintained message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/winbindd/winbindd.c

    r738 r778  
    11141114        DEBUG(0,("winbindd version %s started.\n", samba_version_string()));
    11151115        DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE));
     1116#ifdef __OS2__
     1117        DEBUGADD(0,("%s\n", maintained_by_string()));
     1118#endif
    11161119
    11171120        if (!lp_load_initial_only(get_dyn_CONFIGFILE())) {
Note: See TracChangeset for help on using the changeset viewer.