mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
tsocket: reduce size of dummy variable
metze
This commit is contained in:
parent
2050187673
commit
522bdea1f3
@ -1658,7 +1658,7 @@ static ssize_t tdgram_bsd_sendto_recv(struct tevent_req *req, int *perrno)
|
||||
}
|
||||
|
||||
struct tdgram_bsd_disconnect_state {
|
||||
void *__dummy;
|
||||
uint8_t __dummy;
|
||||
};
|
||||
|
||||
static struct tevent_req *tdgram_bsd_disconnect_send(TALLOC_CTX *mem_ctx,
|
||||
|
Loading…
x
Reference in New Issue
Block a user