Ignore:
Timestamp:
Oct 30, 2009, 9:39:05 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 to 3.3.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/libsmb/async_smb.c

    r221 r342  
    239239        }
    240240
     241        if ((raw_pdu_len == 4) && (CVAL(pdu, 0) == SMBkeepalive)) {
     242                DEBUG(10, ("Got keepalive\n"));
     243                TALLOC_FREE(pdu);
     244                return;
     245        }
     246
    241247        /*
    242248         * TODO: Handle oplock break requests
Note: See TracChangeset for help on using the changeset viewer.