diff options
Diffstat (limited to 'WWW/Library/Implementation/HTAAProt.c')
-rw-r--r-- | WWW/Library/Implementation/HTAAProt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTAAProt.c b/WWW/Library/Implementation/HTAAProt.c index f4bc2e87..9e8a06d5 100644 --- a/WWW/Library/Implementation/HTAAProt.c +++ b/WWW/Library/Implementation/HTAAProt.c @@ -382,7 +382,7 @@ static HTAAProt *HTAAProt_new(const char *cur_docname, if ((prot = typecalloc(HTAAProt)) == 0) outofmem(__FILE__, "HTAAProt_new"); - prot->template = NULL; + prot->ctemplate = NULL; prot->filename = NULL; prot->uid_name = NULL; prot->gid_name = NULL; |