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
(parent:
4949a2c
)
Fix an invalid type warning
author
Volker Lendecke
<vl@samba.org>
Sun, 3 May 2009 20:46:05 +0000
(22:46 +0200)
committer
Volker Lendecke
<vl@samba.org>
Sun, 3 May 2009 20:48:31 +0000
(22:48 +0200)
source3/torture/torture.c
patch
|
blob
|
history
diff --git
a/source3/torture/torture.c
b/source3/torture/torture.c
index be2a854aaf1f0d36afcb80a96bcb8a840eb5ae4d..c9199eb36fd01ca3311f1412d6304fa8b82fe0ff 100644
(file)
--- a/
source3/torture/torture.c
+++ b/
source3/torture/torture.c
@@
-5671,7
+5671,7
@@
static bool run_getaddrinfo_send(int dummy)
goto fail;
}
tevent_req_set_callback(reqs[i], getaddrinfo_finished,
- names[i]);
+
(void *)
names[i]);
}
for (i=0; i<ARRAY_SIZE(reqs); i++) {