Skip to content

rpccli_is_connected() doesn't work correctly with internal pipes

Internal pipes don't have a transport, so checking for presence of a transpport in rpccli_is_connected() always fails. This causes winbindd to process SAMR and LSA requests for the local domain twice.

Fixes https://bugzilla.samba.org/show_bug.cgi?id=14457.

Edited by Ralph Böhme

Merge request reports