]> git.pld-linux.org Git - packages/samba.git/blob - samba-debug-0-suxorz.patch
- updated for 3.0.2a
[packages/samba.git] / samba-debug-0-suxorz.patch
1 --- samba-2.2.1a/source/smbd/posix_acls.c~      Fri Jul  6 04:02:02 2001
2 +++ samba-2.2.1a/source/smbd/posix_acls.c       Wed Oct  3 03:20:47 2001
3 @@ -418,7 +418,7 @@
4         *pgrp = (gid_t)-1;
5  
6         if(security_info_sent == 0) {
7 -               DEBUG(0,("unpack_nt_owners: no security info sent !\n"));
8 +               DEBUG(1,("unpack_nt_owners: no security info sent !\n"));
9                 return False;
10         }
11  
12 --- samba-2.2.1a/source/smbd/oplock.c~  Fri Jul  6 04:02:01 2001
13 +++ samba-2.2.1a/source/smbd/oplock.c   Fri Oct  5 21:13:04 2001
14 @@ -994,7 +994,7 @@
15      {
16        if(smb_read_error == READ_TIMEOUT)
17        {
18 -        if( DEBUGLVL( 0 ) )
19 +        if( DEBUGLVL( 1 ) )
20          {
21            dbgtext( "request_oplock_break: no response received to oplock " );
22            dbgtext( "break request to pid %d ", (int)share_entry->pid );
This page took 0.070469 seconds and 3 git commands to generate.