Ignore:
Timestamp:
Nov 12, 2012, 5:38:52 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.16

File:
1 edited

Legend:

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

    r596 r736  
    371371
    372372        if ( lp_loaded() ) {
    373                 const char *fname = lp_configfile();
     373                char *fname = lp_configfile();
    374374                if (file_exist(fname) && !strcsequal(fname,get_dyn_CONFIGFILE())) {
    375375                        set_dyn_CONFIGFILE(fname);
    376376                        test = False;
    377377                }
     378                TALLOC_FREE(fname);
    378379        }
    379380
Note: See TracChangeset for help on using the changeset viewer.