~rdoering/ubuntu/intrepid/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/inets/src/http_server/httpd_conf.erl

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-05-01 16:57:10 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501165710-2sapk0hp2gf3o0ip
Tags: 1:11.b.4-2ubuntu1
* Merge with Debian Unstable. Remaining changes:
  - Add -fno-stack-protector to fix broken crypto_drv.
* DebianMaintainerField update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
    %% url specific part e.i. "[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]"
204
204
    %% -> "FEDC:BA98:7654:3210:FEDC:BA98:7654:3210"
205
205
    NewAddress = string:strip(string:strip(clean(Address), 
206
 
                                           left, "["), 
207
 
                              right, "]"),
 
206
                                           left, $[), 
 
207
                              right, $]),
208
208
    case NewAddress of
209
209
        "*" ->
210
210
            {ok, [], {bind_address,any}};