Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/winbindd/winbindd.c

    r204 r228  
    746746static void remove_client(struct winbindd_cli_state *state)
    747747{
     748        char c = 0;
     749
    748750        /* It's a dead client - hold a funeral */
    749751       
     
    751753                return;
    752754        }
    753                
     755
     756        /* tell client, we are closing ... */
     757        write(state->sock, &c, sizeof(c));
     758
    754759        /* Close socket */
    755760               
Note: See TracChangeset for help on using the changeset viewer.