aboutsummaryrefslogtreecommitdiff
path: root/brandt.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-11-01 12:16:12 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-11-01 12:16:12 +0100
commit257d5b72b07d44bf59f81806ff8352a710a1ac2b (patch)
treed956578010630b0ee195b54f7427e951218dcf2c /brandt.c
parent37ac9545eb77ea968a98a29c695dd52ec04cd369 (diff)
downloadlibbrandt-257d5b72b07d44bf59f81806ff8352a710a1ac2b.tar.gz
libbrandt-257d5b72b07d44bf59f81806ff8352a710a1ac2b.zip
test for no bidders
Diffstat (limited to 'brandt.c')
-rw-r--r--brandt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/brandt.c b/brandt.c
index 337de57..dab0ad2 100644
--- a/brandt.c
+++ b/brandt.c
@@ -107,7 +107,7 @@ seller_start (void *arg)
107 if (0 == (ad->n = ad->start (ad->closure))) 107 if (0 == (ad->n = ad->start (ad->closure)))
108 { 108 {
109 weprintf ("no bidders registered for auction"); 109 weprintf ("no bidders registered for auction");
110 /** todo: somehow mark auction as done / ready for cleanup */ 110 ad->result (ad->closure, NULL, 0);
111 return; 111 return;
112 } 112 }
113 113