hfingerd

hhvn.uk:79
Log | Files | Refs | LICENSE

commit b76527e61ef9ccbf5f126910c6b30cfd640868df
parent 2605f631631c828f7d38d0bf8aa5dee6748c9c0c
Author: hhvn <dev@hhvn.uk>
Date:   Sun,  6 Jun 2021 03:21:30 +0100

handler.c: remove non-existant struct

Diffstat:
Mhandler.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/handler.c b/handler.c @@ -29,7 +29,6 @@ derror(int fd, const char *format, ...) { void get_userlist(int fd) { struct passwd *udata; - struct table_t *table; char path[1024]; dprintf(fd, "Login\tName\n");