pollhelpers: Re-enable list-all-interfaces

Was just transient F19 breakage
This commit is contained in:
Cole Robinson 2013-09-29 08:33:45 -04:00
parent 40870dbcd8
commit 0ffdbb13fe

View File

@ -144,9 +144,7 @@ def fetch_pools(backend, orig, build_func):
def fetch_interfaces(backend, orig, build_func):
name = "interface"
# Doesn't work on F19, not sure if a transient bug or if it has
# never worked: https://bugzilla.redhat.com/show_bug.cgi?id=982014
if False and backend.check_conn_support(
if backend.check_conn_support(
backend.SUPPORT_CONN_LISTALLINTERFACES):
return _new_poll_helper(orig, name,
backend.listAllInterfaces,