Ignore:
Timestamp:
Jun 17, 2009, 2:19:52 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 branch to 3.3.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/smbd/service.c

    r264 r274  
    291291        }
    292292
     293        if (!service_ok(res)) {
     294                res = -1;
     295        }
     296
    293297 error:
    294298
     
    741745
    742746        if (!NT_STATUS_IS_OK(status)) {
    743                 DEBUG(0, ("create_connection_server_info failed: %s\n",
     747                DEBUG(1, ("create_connection_server_info failed: %s\n",
    744748                          nt_errstr(status)));
    745749                *pstatus = status;
Note: See TracChangeset for help on using the changeset viewer.