mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Only write to wav files that were opened to be written to.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@330203 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -340,6 +340,10 @@ static void wav_close(struct ast_filestream *s) | ||||
| 	char zero = 0; | ||||
| 	struct wav_desc *fs = (struct wav_desc *)s->_private; | ||||
|  | ||||
| 	if ((s->mode & O_RDONLY) == O_RDONLY) { | ||||
| 		return; | ||||
| 	} | ||||
|  | ||||
| 	if (s->filename) { | ||||
| 		update_header(s->f); | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user