aboutsummaryrefslogtreecommitdiff
path: root/brandt.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-08-23 12:56:44 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-08-23 12:56:44 +0200
commit4561ac2026d931d9aeab36e07fd041ae60c937ee (patch)
tree6cb70c855af6c55a0995fced1f403f140b1cf0bf /brandt.c
parentb1a5fbd3b84b09f99dfdab044f692923a813b784 (diff)
downloadlibbrandt-4561ac2026d931d9aeab36e07fd041ae60c937ee.tar.gz
libbrandt-4561ac2026d931d9aeab36e07fd041ae60c937ee.zip
add msg headers
Diffstat (limited to 'brandt.c')
-rw-r--r--brandt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/brandt.c b/brandt.c
index a376242..1d55a43 100644
--- a/brandt.c
+++ b/brandt.c
@@ -284,8 +284,6 @@ advance_round (struct BRANDT_Auction *ad,
284 return; 284 return;
285 } 285 }
286 286
287 /** \todo: add msgtype header in the handler_out functions */
288
289 /* last message only sent to seller, others are broadcasted */ 287 /* last message only sent to seller, others are broadcasted */
290 if (msg_decrypt == ad->cur_round) 288 if (msg_decrypt == ad->cur_round)
291 ad->ucast (ad->closure, buf, buflen); 289 ad->ucast (ad->closure, buf, buflen);