• David Valleau's avatar
    Fixing bugs for editing configured zeroconf printer · dd614e74
    David Valleau authored
    This change fixes the bug where if a user attempts to change the URI of
    an existing configured zeroconf printer from a link local address to a
    static IP address the attempt to add the device would timeout and fail.
    
    This issue was caused by wrongly attempting to perform domain name resolution on
    the IP address instead of simply performing the configuration with the
    new address.
    
    Bug: 838677
    Change-Id: Iba1a8fb8dfd0194138e2d0aa881592027fd713bd
    Reviewed-on: https://chromium-review.googlesource.com/c/1109387
    Commit-Queue: David Valleau <valleau@chromium.org>
    Reviewed-by: default avatarSean Kau <skau@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#622091}
    dd614e74
printer_configuration_unittest.cc 4.03 KB