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

« back to all changes in this revision

Viewing changes to lib/orber/src/orber_acl.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:
239
239
                      Interfaces, Ports);
240
240
        {Full, []} ->
241
241
            %% 32 bits.
242
 
            add_parts(Full, Direction, ?STOP, Mask, DB, Interfaces, Ports);
243
 
        What ->
244
 
            ?EFORMAT("Invalid Filter: ~p, ~p\nReason: ~p\n", [List, Div, What])
 
242
            add_parts(Full, Direction, ?STOP, Mask, DB, Interfaces, Ports)
245
243
    end.
246
244
 
247
245
add_parts([], Parent, Bits, Mask, DB, Interfaces, Ports) ->