Make the cookie constant name canonical.

This commit is contained in:
Ruslan Ermilov 2005-10-25 20:56:12 +00:00
parent 74f38f3b9d
commit 27b67627c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151676

View File

@ -35,7 +35,7 @@
/* Node type name and magic cookie */
#define NG_SPLIT_NODE_TYPE "split"
#define NGM_NG_SPLIT_COOKIE 949409402
#define NGM_SPLIT_COOKIE 949409402
/* My hook names */
#define NG_SPLIT_HOOK_MIXED "mixed" /* Mixed stream (in/out) */