1 --- ipsec-tools-0.6.6.oorig/src/racoon/cftoken.c 2006-06-13 10:49:01.000000000 +0200
2 +++ ipsec-tools-0.6.6/src/racoon/cftoken.c 2006-11-22 21:20:30.000000000 +0100
4 "Includes nested too deeply");
9 if (glob(path, GLOB_TILDE, NULL, &incstack[incstackp].matches) != 0 ||
11 + if (glob(path, 0, NULL, &incstack[incstackp].matches) != 0 ||
13 incstack[incstackp].matches.gl_pathc == 0) {
14 plog(LLV_ERROR, LOCATION, NULL,
15 "glob found no matches for path");