diff options
Diffstat (limited to 'brandt.c')
-rw-r--r-- | brandt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ seller_start (void *arg) if (0 == (ad->n = ad->start (ad->closure))) { weprintf ("no bidders registered for auction"); - /** todo: somehow mark auction as done / ready for cleanup */ + ad->result (ad->closure, NULL, 0); return; } |