ap_get_server_banner());
ap_rputs(" <BR>\n", r);
ap_rprintf(r, " Server built: \"%s\"\n", ap_get_server_built());
- ap_rputs(" </P>\n", r);;
+ ap_rputs(" </P>\n", r);
ap_rputs(" <P>\n", r);
ap_rputs(" The format for the callback trace is:\n", r);
ap_rputs(" </P>\n", r);
* There are local nonincremental settings, which clear
* all inheritance from above. They *are* the new base settings.
*/
- new->opts = add->opts;;
+ new->opts = add->opts;
}
/*
* We're guaranteed that there'll be no overlap between
pl = ap_open_piped_log(p, name + 1);
if (pl == NULL) {
- return NULL;;
+ return NULL;
}
return ap_piped_log_write_fd(pl);
}
apr_table_setn(z->entries, SESSION_EXPIRY, expiry);
}
apr_table_do((int (*) (void *, const char *, const char *))
- identity_count, &length, z->entries, NULL);;
+ identity_count, &length, z->entries, NULL);
buffer = apr_pcalloc(r->pool, length + 1);
apr_table_do((int (*) (void *, const char *, const char *))
identity_concat, buffer, z->entries, NULL);
if (global_providers == NULL) {
global_providers = apr_hash_make(pool);
- global_providers_names = apr_hash_make(pool);;
+ global_providers_names = apr_hash_make(pool);
apr_pool_cleanup_register(pool, NULL, cleanup_global_providers,
apr_pool_cleanup_null);
}