search for: debug_logtyp

Displaying 1 result from an estimated 1 matches for "debug_logtyp".

Did you mean: debug_logtype
2020 Mar 19
0
smbclient(samba-4.10.4) cannot log data in log.smbclient while samba-3.6.23 can
...between these versions would be tough as, > versions are far apart. > > Even there is significant change log handling between two versions. I > tried adding the old code back but still no luck. > > samba-4.10.4/lib/util/debug.c > void setup_logging(const char *prog_name, enum debug_logtype new_logtype) > > { > ??????? debug_init(); > ??????? if (state.logtype < new_logtype) { > ??????????????? state.logtype = new_logtype; > ??????? } > ??????? if (prog_name) { > ??????????????? const char *p = strrchr(prog_name, '/'); > > ??????????????? if (...