Skip to content

Commit

Permalink
default_domain NULL by default -- use is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
eam committed Jul 5, 2013
1 parent a30adc5 commit db646da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcrange/source/src/libcrange.c
Expand Up @@ -37,7 +37,7 @@ libcrange* libcrange_new(apr_pool_t* pool, const char* config_file)
lr = apr_palloc(pool, sizeof(libcrange));
lr->pool = pool;
lr->caches = set_new(pool, 0);
lr->default_domain = "inktomisearch.com";
lr->default_domain = NULL;
lr->funcdir = LIBCRANGE_FUNCDIR;
lr->want_caching = 1;
lr->config_file = config_file ? config_file : LIBCRANGE_CONF;
Expand Down

0 comments on commit db646da

Please sign in to comment.