Project

General

Profile

sancpRC5-prelude-support.0.patch

Patch for Sancp RC5 - Sebastien Tricaud, 08/06/2008 11:48 AM

Download (888 Bytes)

View differences:

sancp-1.6.2-candidate.C.5/build_acl.cc 2008-08-06 11:45:14.000000000 +0200
1637 1637
			free(rule);
1638 1638
			return;
1639 1639
		}
1640
		gVars.profile = strdup(tmp);
1640
		gVars.prelude_profile = strdup(tmp);
1641 1641
		free(rule);
1642 1642
		return;
1643 1643
	}
sancp-1.6.2-candidate.C.5/sancp.h 2008-08-06 11:46:06.000000000 +0200
322 322
    u_int16_t node;
323 323
    u_int16_t zone;
324 324
#ifdef ENABLE_PRELUDE_SUPPORT
325
    char *prelude_profile;
325 326
    char *prelude_impact_severity;
326 327
    char *prelude_impact_completion;
327 328
    char *prelude_impact_type;