Ignore:
Timestamp:
Apr 13, 2010, 6:45:35 PM (15 years ago)
Author:
Silvan Scherrer
Message:

client 1.5: samba logging part1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-1.5/src/debug.c

    r189 r434  
    6464                   strncpy(logfile, env, sizeof(logfile) -1);
    6565                   strncat(logfile, "\\", sizeof(logfile) - strlen(logfile) -1);
    66                    strncat(logfile, logfilename, sizeof(logfile) - strlen(logfile) -1); 
     66                   strncat(logfile, logfilename, sizeof(logfile) - strlen(logfile) -1);
    6767                }
    6868                else
     
    7070                   strncpy(logfile, logfilename, sizeof(logfile) -1);
    7171                }
     72                // set the samba logging stuff
     73                smbwrp_Logging();
    7274        } /* endif */
    7375
Note: See TracChangeset for help on using the changeset viewer.