nostrdb: tce: fix build for previous TCE change
Fixes: 34093cd1 ("tce: add AUTH to-client-event")
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
Daniel D’Aquino
parent
934ea80f85
commit
b128330b2a
@@ -1931,6 +1931,7 @@ static int ndb_ingester_process_event(secp256k1_context *ctx,
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
switch (tce.evtype) {
|
switch (tce.evtype) {
|
||||||
|
case NDB_TCE_AUTH: goto cleanup;
|
||||||
case NDB_TCE_NOTICE: goto cleanup;
|
case NDB_TCE_NOTICE: goto cleanup;
|
||||||
case NDB_TCE_EOSE: goto cleanup;
|
case NDB_TCE_EOSE: goto cleanup;
|
||||||
case NDB_TCE_OK: goto cleanup;
|
case NDB_TCE_OK: goto cleanup;
|
||||||
|
|||||||
Reference in New Issue
Block a user