Browse Source

Remove extra semicolon.

Inspired by:	fjoe
tags/ggatessh-v1.0.0
pjd 20 years ago
parent
commit
7e445760b3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ggated/ggated.c

+ 1
- 1
ggated/ggated.c View File

@@ -382,7 +382,7 @@ serve(int sfd, struct sockaddr *s)
}
if (error != 0)
sendfail(sfd, error, NULL);
flags = g_gate_openflags(sinit.gs_flags);;
flags = g_gate_openflags(sinit.gs_flags);
fd = open(ex->e_path, flags);
if (fd < 0) {
sendfail(sfd, errno, "Error while opening %s: %s.", ex->e_path,


Loading…
Cancel
Save