Changeset 646 for trunk/server
- Timestamp:
- Oct 25, 2011, 9:15:33 PM (14 years ago)
- Location:
- trunk/server/source3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/dynconfig.c
r586 r646 297 297 if (!*buffer) 298 298 { 299 if ( os2_isClient())299 if (lp_is_in_client()) 300 300 { 301 301 snprintf(buffer, 260, "%s/samba/lock/client", getenv("ETC")); -
trunk/server/source3/lib/os2helper.c
r586 r646 137 137 138 138 // we search with the exe name if we are in client mode 139 /* not needed atm, as done with lp_is_in_client() 139 140 bool os2_isClient() 140 141 { … … 154 155 } 155 156 } 156 157 */ 157 158 /* OS/2-specific random functions. these functions used to be based on APR 158 159 random code, but we discovered some nasty problems with it on fast hardware -
trunk/server/source3/libsmb/clientgen.c
r454 r646 435 435 DEBUG(0,("Error writing %d bytes to client. (%s)\n", 436 436 (int)(len+extradata), strerror(errno))); 437 printf("@remove me, %d bytes written, %d + %d bytes reqested\n", nwritten, len, extradata); 437 438 return false; 438 439 }
Note:
See TracChangeset
for help on using the changeset viewer.