projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec354cf
)
Remove unused field challenge_nr from struct client_task.
author
Andre Noll
<maan@systemlinux.org>
Sun, 19 Jul 2009 00:09:47 +0000
(
02:09
+0200)
committer
Andre Noll
<maan@systemlinux.org>
Sun, 19 Jul 2009 00:09:47 +0000
(
02:09
+0200)
A relict from 0.3.x.
client.h
patch
|
blob
|
history
diff --git
a/client.h
b/client.h
index fa965c354997ff9fef38ebba8b8220412ffeab84..5fc336827f4ba187d7b6171a4daeb057806d865d 100644
(file)
--- a/
client.h
+++ b/
client.h
@@
-61,8
+61,6
@@
struct client_task {
int check_r;
/** non-zero if the pre_select hook added \p fd to the write fd set */
int check_w;
- /** the decrypted challenge */
- long unsigned challenge_nr;
/** pointer to the data to be sent to para_server */
char *inbuf;
/** number of bytes loaded in \p inbuf */