mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'onionk/rust-allsupportednull1' into maint-0.3.3
This commit is contained in:
@@ -259,6 +259,7 @@ test_protover_all_supported(void *arg)
|
||||
tt_ptr_op(msg, OP_EQ, NULL);
|
||||
|
||||
// Some things we don't support
|
||||
tt_assert(! protover_all_supported("Wombat=9", NULL));
|
||||
tt_assert(! protover_all_supported("Wombat=9", &msg));
|
||||
tt_str_op(msg, OP_EQ, "Wombat=9");
|
||||
tor_free(msg);
|
||||
|
||||
Reference in New Issue
Block a user