Skip to content

Commit

Permalink
tce: fix build for previous TCE change
Browse files Browse the repository at this point in the history
Fixes: ba86ffd ("tce: add AUTH to-client-event")
  • Loading branch information
jb55 committed Jan 26, 2024
1 parent 3aac9f7 commit c201c31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nostrdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1931,6 +1931,7 @@ static int ndb_ingester_process_event(secp256k1_context *ctx,
}
} else {
switch (tce.evtype) {
case NDB_TCE_AUTH: goto cleanup;
case NDB_TCE_NOTICE: goto cleanup;
case NDB_TCE_EOSE: goto cleanup;
case NDB_TCE_OK: goto cleanup;
Expand Down

0 comments on commit c201c31

Please sign in to comment.