search for: szsocketaddress

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

Did you mean: socketaddress
2005 Feb 08
0
Samba patch kludge-gmt fixes red files in WinCvs
...+ samba-2.2.9/source/param/loadparm.c Fri Oct 22 15:40:35 2004 @@ -94,6 +94,7 @@ BOOL use_getwd_cache = True; extern int extra_time_offset; +extern BOOL use_kludge_gmt; static BOOL defaults_saved = False; @@ -1065,6 +1066,7 @@ {"socket address", P_STRING, P_GLOBAL, &Globals.szSocketAddress, NULL, NULL, 0}, {"homedir map", P_STRING, P_GLOBAL, &Globals.szNISHomeMapName, NULL, NULL, 0}, {"time offset", P_INTEGER, P_GLOBAL, &extra_time_offset, NULL, NULL, 0}, + {"kludge GMT", P_BOOL, P_GLOBAL, &use_kludge_gmt, NULL, NULL, FLAG_ADVANCED}, {&...