]> git.pld-linux.org Git - packages/snort.git/blob - snort-open.patch
- changed release from 1 to 0.1 due to problems with arch x86_64
[packages/snort.git] / snort-open.patch
1 --- snort-2.8.2.2/src/preprocessors/flow/portscan/server_stats.c.orginal      2008-09-04 13:32:27.613885983 +0000
2 +++ snort-2.8.2.2/src/preprocessors/flow/portscan/server_stats.c      2008-09-04 13:32:33.057009471 +0000
3 @@ -346,7 +346,7 @@
4
5      /* open this description, create it if necessary, always wait on
6       * sync to disk w/ every write, only write */
7 -    fd = open(filename, O_CREAT|O_TRUNC|O_SYNC|O_WRONLY);
8 +    fd = open(filename, O_CREAT, S_IRUSR|S_IWUSR|O_TRUNC|O_SYNC|O_WRONLY);
9
10      if(fd < 0)
11      {
This page took 0.168525 seconds and 3 git commands to generate.