projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74a0a2c
)
-fix
author
Christian Grothoff
<christian@grothoff.org>
Fri, 27 Apr 2012 10:05:27 +0000
(10:05 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 27 Apr 2012 10:05:27 +0000
(10:05 +0000)
src/stream/stream_api.c
patch
|
blob
|
history
diff --git
a/src/stream/stream_api.c
b/src/stream/stream_api.c
index 7973660f12e9da22398a2e76c34422748957c119..ff4e49dadd57d3b1ba2ea653f5cfee3244d3f465 100644
(file)
--- a/
src/stream/stream_api.c
+++ b/
src/stream/stream_api.c
@@
-1498,7
+1498,7
@@
client_handle_reset (void *cls,
const struct GNUNET_MessageHeader *message,
const struct GNUNET_ATS_Information*atsi)
{
- struct GNUNET_STREAM_Socket *socket = cls;
+
//
struct GNUNET_STREAM_Socket *socket = cls;
return GNUNET_OK;
}
@@
-2141,7
+2141,7
@@
server_handle_reset (void *cls,
const struct GNUNET_MessageHeader *message,
const struct GNUNET_ATS_Information*atsi)
{
- struct GNUNET_STREAM_Socket *socket = *tunnel_ctx;
+
//
struct GNUNET_STREAM_Socket *socket = *tunnel_ctx;
return GNUNET_OK;
}