Changeset 46
- Timestamp:
- Aug 1, 2007, 3:59:20 AM (18 years ago)
- Location:
- trunk/samba/source/ndpsmb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/ndpsmb/h/mydebug.h
r35 r46 19 19 if (logfile == NULL) 20 20 { 21 #if 0 21 22 DosBeep(400,400); 23 #endif 22 24 } 23 25 else -
trunk/samba/source/ndpsmb/smbcd.c
r39 r46 312 312 { 313 313 debuglocal(1,"Client reconnect resprc %d\n", res->rc); 314 return NO_ERROR;314 return ERROR_ACCESS_DENIED; 315 315 } 316 316 *reconnect = 1; … … 346 346 memcpy(srv, req->param, sizeof(smbwrp_server)); 347 347 *reconnect = 1; 348 } 349 else 350 { 351 res->rc = ERROR_ACCESS_DENIED; 348 352 } 349 353 } break;
Note:
See TracChangeset
for help on using the changeset viewer.