git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2050187
)
tsocket: reduce size of dummy variable
author
Stefan Metzmacher
<metze@samba.org>
Mon, 6 Apr 2009 14:35:56 +0000
(16:35 +0200)
committer
Stefan Metzmacher
<metze@samba.org>
Mon, 6 Apr 2009 14:37:18 +0000
(16:37 +0200)
metze
lib/tsocket/tsocket_bsd.c
patch
|
blob
|
history
diff --git
a/lib/tsocket/tsocket_bsd.c
b/lib/tsocket/tsocket_bsd.c
index 6d27ccae22082eef5ce2aa431e863876aa516ab9..87586e08e3c672b1a17d3ad6dda24e782c79fa42 100644
(file)
--- a/
lib/tsocket/tsocket_bsd.c
+++ b/
lib/tsocket/tsocket_bsd.c
@@
-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,