| 1096 | } |
| 1097 | |
| 1098 | RESTORE_WARNING_FORMAT_NONLITERAL |
| 1099 | |
| 1100 | /* #wizrumorcheck command - verify each rumor access */ |
| 1101 | int |
| 1102 | wiz_rumor_check(void) |
| 1103 | { |
| 1104 | rumor_check(); |
| 1105 | return ECMD_OK; |
| 1106 | } |
| 1107 | |
| 1108 | /* |
| 1109 | * wizard mode sanity_check code |
nothing calls this directly
no test coverage detected