Ignore:
Timestamp:
Jun 4, 2010, 3:11:43 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: merged changes from 3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/web/swat.c

    r414 r454  
    14371437        load_printers();
    14381438
     1439#ifndef __OS2__
    14391440        cgi_setup(get_dyn_SWATDIR(), !demo_mode);
     1441#else
     1442
     1443#if 0
     1444        debug_set_logfile("swat.log"); // this produces a logfile in the dir where swat.exe is located.
     1445#endif
     1446
     1447        fstring path;
     1448        fstrcpy(path, getcwd(NULL, _MAX_PATH));
     1449        fstrcat(path, "/swat");
     1450        cgi_setup(path, !demo_mode);
     1451#endif
    14401452
    14411453        print_header();
Note: See TracChangeset for help on using the changeset viewer.