diff options
author | Simo Sorce <idra@samba.org> | 2005-06-03 14:08:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:29 -0500 |
commit | d640d12673937d42b55baa68fabafc974afb9931 (patch) | |
tree | f152eb13d5abd034db48af5f38c44d7b4c6d6693 | |
parent | a27609822b3d34c2cccd71e9b2ea8a4972a44699 (diff) | |
download | samba-d640d12673937d42b55baa68fabafc974afb9931.tar.gz samba-d640d12673937d42b55baa68fabafc974afb9931.tar.bz2 samba-d640d12673937d42b55baa68fabafc974afb9931.zip |
r7234: that code path is died
(This used to be commit efbfabdefab621eca0b644f22b887ae2cdd50bf2)
-rw-r--r-- | source4/web_server/http.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/web_server/http.c b/source4/web_server/http.c index 90b7c4571b..b0001068c4 100644 --- a/source4/web_server/http.c +++ b/source4/web_server/http.c @@ -794,7 +794,6 @@ void http_process_input(struct websrv_context *web) talloc_set_destructor(esp, esp_destructor); smb_setup_ejs_functions(); - http_setup_ejs_functions(); if (web->input.url == NULL) { http_error(web, 400, "You must specify a GET or POST request"); |