Project

General

Profile

« Previous | Next » 

Revision 8efc9071

Added by Marc Dequènes almost 13 years ago

  • ID 8efc907163372ee78a93da0972b35726d0d033e4

[fix] potential crash in raw_item_info

View differences:

lib/ldap_shadows/manipulation_helper.rb
item_fake_hdl = raw_item.dn.to_s
else
item_fake_hdl = dn.to_s || "???"
item_fake_hdl = (dn || "???").to_s
end
{:full_handle => nil, :name => "unknown/#{item_fake_hdl}", :is_root => is_root}

Also available in: Unified diff