no dir config
authordrh <drh@0d961d1b-a432-0410-8fea-cc29f225fe07>
Wed, 21 Apr 2004 19:07:11 +0000 (19:07 +0000)
committerdrh <drh@0d961d1b-a432-0410-8fea-cc29f225fe07>
Wed, 21 Apr 2004 19:07:11 +0000 (19:07 +0000)
git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@23 0d961d1b-a432-0410-8fea-cc29f225fe07

mod_waklog.c

index e802d3a..8e1a8af 100644 (file)
@@ -51,22 +51,6 @@ typedef struct {
 waklog_child_config    child;
 
 
-    static void *
-waklog_create_dir_config( pool *p, char *path )
-{
-    waklog_host_config *cfg;
-
-    cfg = (waklog_host_config *)ap_pcalloc( p, sizeof( waklog_host_config ));
-    cfg->configured = 0;
-    cfg->protect = 0;
-    cfg->keytab = KEYTAB;
-    cfg->keytab_principal = KEYTAB_PRINCIPAL;
-    cfg->afs_cell = AFS_CELL;
-
-    return( cfg );
-}
-
-
     static void *
 waklog_create_server_config( pool *p, server_rec *s )
 {
@@ -625,8 +609,8 @@ waklog_new_connection( conn_rec *c ) {
 
 module MODULE_VAR_EXPORT waklog_module = {
     STANDARD_MODULE_STUFF, 
-    waklog_init,              /* module initializer                  */
-    waklog_create_dir_config, /* create per-dir    config structures */
+    waklog_init,           /* module initializer                  */
+    NULL,                 /* create per-dir    config structures */
     NULL,                  /* merge  per-dir    config structures */
     waklog_create_server_config, /* create per-server config structures */
     NULL,                  /* merge  per-server config structures */