Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 266288 | Differences between
and this patch

Collapse All | Expand All

(-)snort-2.8.4.orig/src/output-plugins/spo_database.c (+8 lines)
Lines 2798-2803 Link Here
2798
                    {
2798
                    {
2799
                        result = atoi(data->m_row[0]);
2799
                        result = atoi(data->m_row[0]);
2800
                    }
2800
                    }
2801
		      else
2802
		      {
2803
		    	result = 0;
2804
		      }
2805
		    }
2806
		    else
2807
		    {
2808
		      result = 0;
2801
                }
2809
                }
2802
            }
2810
            }
2803
            mysql_free_result(data->m_result);
2811
            mysql_free_result(data->m_result);

Return to bug 266288