summaryrefslogtreecommitdiffhomepage
path: root/process-packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'process-packet.c')
-rw-r--r--process-packet.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/process-packet.c b/process-packet.c
index 7b73cb7..afa45ef 100644
--- a/process-packet.c
+++ b/process-packet.c
@@ -104,9 +104,11 @@ void process_packet() {
*/
/* check that we aren't expecting a particular packet */
+#if 0
if (cli_ses.expecting && cli_ses.expecting == type) {
cli_ses.expecting = 0;
}
+#endif
}
#endif