Changeset 228 for branches/samba-3.2.x/source/winbindd/winbindd.c
- Timestamp:
- May 26, 2009, 9:44:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/winbindd/winbindd.c
r204 r228 746 746 static void remove_client(struct winbindd_cli_state *state) 747 747 { 748 char c = 0; 749 748 750 /* It's a dead client - hold a funeral */ 749 751 … … 751 753 return; 752 754 } 753 755 756 /* tell client, we are closing ... */ 757 write(state->sock, &c, sizeof(c)); 758 754 759 /* Close socket */ 755 760
Note:
See TracChangeset
for help on using the changeset viewer.