Skip to content

Commit

Permalink
gtlsshd: Remove unused local variables
Browse files Browse the repository at this point in the history
There are no longer required due to previous changes.

Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed Dec 21, 2024
1 parent 06aca04 commit b8bc069
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/gtlsshd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2637,8 +2637,6 @@ handle_new(struct gensio *net_io)
char tmpservice[20];
unsigned int i;
char dummy;
char daddr[512];
gensiods addrsize;

auth = o->zalloc(o, sizeof(*auth));
if (!auth) {
Expand Down

0 comments on commit b8bc069

Please sign in to comment.