Ignore:
Timestamp:
May 31, 2009, 6:01:46 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Made SWAT workable (#51, 54, 55) in 3.2 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/samba-3.2.x/source/web/cgi.c

    r137 r245  
    315315        }
    316316
     317#ifndef __OS2__
    317318        pwd = getpwnam_alloc(NULL, user);
    318319        if (!pwd) {
     
    329330        }
    330331        TALLOC_FREE(pwd);
     332#endif
    331333}
    332334
Note: See TracChangeset for help on using the changeset viewer.