rspamd/fix_missing_return.patch
Marcus Rueckert 861296436b - Update to 3.9.1
- [Test] Use actions/setup-node by @moisseev in 
  - [Feature] Treat SPF +all in a special way by @vstakhov in 
  - [Test] Migrate ESLint to 9.7.0 by @moisseev in 
  - Some tunes and fixes for GPT by @vstakhov in 

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=116
2024-07-31 10:24:22 +00:00

13 lines
431 B
Diff

Index: rspamd-3.7.5/src/libserver/symcache/symcache_item.hxx
===================================================================
--- rspamd-3.7.5.orig/src/libserver/symcache/symcache_item.hxx
+++ rspamd-3.7.5/src/libserver/symcache/symcache_item.hxx
@@ -78,6 +78,7 @@ constexpr static auto item_type_to_str(s
case symcache_item_type::VIRTUAL:
return "virtual";
}
+ return "should_not_reach_this_bug_found";
}
/**