mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
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:
@@ -131,7 +131,6 @@ static int send_waveform_to_fd(char *waveform, int length, int fd) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
write(fd,waveform,length);
|
write(fd,waveform,length);
|
||||||
write(fd,"a",1);
|
|
||||||
close(fd);
|
close(fd);
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user