|
Line
Link Here
|
| 0 |
-- src/modules.c 20 Mar 2004 22:25:49 -0000 1.63.6.8 |
0 |
++ src/modules.c 2 Apr 2004 23:52:13 -0000 |
|
Lines 173-178
my_module (db, mname, m_type, msg, callb
Link Here
|
| 173 |
if (isabsolute (mname)) |
173 |
if (isabsolute (mname)) |
| 174 |
error (1, 0, "Absolute module reference invalid: `%s'", mname); |
174 |
error (1, 0, "Absolute module reference invalid: `%s'", mname); |
| 175 |
|
175 |
|
|
|
176 |
/* Similarly for directories that attempt to step above the root of the |
| 177 |
* repository. |
| 178 |
*/ |
| 179 |
if (pathname_levels (mname) > 0) |
| 180 |
error (1, 0, "up-level in module reference (`..') invalid: `%s'.", |
| 181 |
mname); |
| 182 |
|
| 176 |
/* if this is a directory to ignore, add it to that list */ |
183 |
/* if this is a directory to ignore, add it to that list */ |
| 177 |
if (mname[0] == '!' && mname[1] != '\0') |
184 |
if (mname[0] == '!' && mname[1] != '\0') |
| 178 |
{ |
185 |
{ |