Changeset 62 for trunk/samba/source/services
- Timestamp:
- Aug 21, 2007, 11:34:46 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/samba/source/services/services_db.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/services/services_db.c
r1 r62 417 417 418 418 if ( !W_ERROR_IS_OK(wresult) ) { 419 DEBUG(0,(" init_services_keys: key lookup failed! (%s)\n",419 DEBUG(0,("_keys: key lookup failed! (%s)\n", 420 420 dos_errstr(wresult))); 421 421 return; … … 425 425 426 426 if ( !(subkeys = TALLOC_ZERO_P( key, REGSUBKEY_CTR )) ) { 427 DEBUG(0,(" init_services_keys: talloc() failed!\n"));427 DEBUG(0,("_keys: talloc() failed!\n")); 428 428 regkey_close_internal( key ); 429 429 return;
Note:
See TracChangeset
for help on using the changeset viewer.
