Changeset 690 for trunk/server
- Timestamp:
- Mar 1, 2012, 10:28:56 AM (14 years ago)
- Location:
- trunk/server/source3
- Files:
-
- 2 edited
-
dynconfig.c (modified) (1 diff)
-
param/loadparm.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/dynconfig.c
r681 r690 301 301 if (!*buffer) 302 302 { 303 if (lp_is_in_client()) 304 { 305 snprintf(buffer, 260, "%s/samba/lock/client", getenv("ETC")); 306 } else { 307 snprintf(buffer, 260, "%s/samba/lock", getenv("ETC")); 308 } 303 snprintf(buffer, 260, "%s/samba/lock", getenv("ETC")); 309 304 } 310 305 if (dyn_LOCKDIR == NULL) { -
trunk/server/source3/param/loadparm.c
r599 r690 89 89 static bool in_client = False; /* Not in the client by default */ 90 90 static struct smbconf_csn conf_last_csn; 91 92 93 91 94 92 95 #define CONFIG_BACKEND_FILE 0 … … 5014 5017 string_set(&Globals.szPasswdProgram, ""); 5015 5018 string_set(&Globals.szLockDir, get_dyn_LOCKDIR()); 5019 5020 5021 5016 5022 string_set(&Globals.szStateDir, get_dyn_STATEDIR()); 5017 5023 string_set(&Globals.szCacheDir, get_dyn_CACHEDIR()); … … 9301 9307 lp_do_parameter(GLOBAL_SECTION_SNUM, "wins server", "127.0.0.1"); 9302 9308 } 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9303 9320 9304 9321 init_iconv();
Note:
See TracChangeset
for help on using the changeset viewer.
