Skip to content
Snippets Groups Projects
Commit d08dd1e1 authored by Russell Bryant's avatar Russell Bryant
Browse files

remove seemingly useless write (bug #4299)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5756 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 91bfc893
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,6 @@ static int send_waveform_to_fd(char *waveform, int length, int fd) {
#endif
write(fd,waveform,length);
write(fd,"a",1);
close(fd);
exit(0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment