Ignore:
Timestamp:
Aug 21, 2007, 11:34:46 AM (18 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.25c level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/services/services_db.c

    r1 r62  
    417417
    418418        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",
    420420                        dos_errstr(wresult)));
    421421                return;
     
    425425       
    426426        if ( !(subkeys = TALLOC_ZERO_P( key, REGSUBKEY_CTR )) ) {
    427                 DEBUG(0,("init_services_keys: talloc() failed!\n"));
     427                DEBUG(0,("_keys: talloc() failed!\n"));
    428428                regkey_close_internal( key );
    429429                return;
Note: See TracChangeset for help on using the changeset viewer.