remove seemingly bogus line (bug #4299)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5801 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-05-31 12:51:49 +00:00
parent cf45c660cc
commit df905cf5a2

View File

@@ -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);
}