Skip to content

Commit 2f1d02f

Browse files
committed
More typos!
1 parent 7163b32 commit 2f1d02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monitord/sendcustomemail.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ int OS_SendCustomEmail2(char **to, char *subject, char *smtpserver, char *from,
278278
close(socket);
279279
}
280280
if(sendmail) {
281-
pclosE(sendmail);
281+
pclose(sendmail);
282282
}
283283
return(1);
284284
}

0 commit comments

Comments
 (0)