/
/
/
380
sysop: Remove shadowed variable
jcs made amendment
380
about 1 year ago
---
sysop.c Wed Mar 1 17:26:42 2023
+++
sysop.c Tue Mar 7 22:52:43 2023
@@ -460,7 +460,7 @@ sysop_edit_motd(struct session *s)
break;
}
case 'n': {
- char *motd = NULL, *tmp = NULL, c;
+ char *motd = NULL, *tmp = NULL;
struct bile_object *old_motd;
unsigned long new_id;