Remove extra semicolon.

Inspired by:	fjoe
This commit is contained in:
Pawel Jakub Dawidek 2004-06-02 21:21:10 +00:00
parent 04f708340a
commit 59ee11bbbe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130014

View File

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