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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
%%
135
135
%% Description: See httpd(3) ESWAPI CALLBACK FUNCTIONS
136
136
%%-------------------------------------------------------------------------
137
 
load("TransferDiskLogSiSize " ++ TransferDiskLogSize, []) ->
 
137
load("TransferDiskLogSize " ++ TransferDiskLogSize, []) ->
138
138
    case regexp:split(TransferDiskLogSize," ") of
139
139
        {ok,[MaxBytes,MaxFiles]} ->
140
140
            case httpd_conf:make_integer(MaxBytes) of