diff options
| author | Michael Biebl <biebl@debian.org> | 2017-05-11 16:00:22 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-05-11 17:01:35 +0200 |
| commit | 59910382c9178ecae80956bdcd52e86e81ee7450 (patch) | |
| tree | 53eacd4427c8ba44688ef41ad8034f6045bf9c0c /debian/patches/Fix-arping-path.patch | |
| parent | 11716d5280800e3ecf8c5b03ff083d6c2cb3561b (diff) | |
Rebase patches
Diffstat (limited to 'debian/patches/Fix-arping-path.patch')
| -rw-r--r-- | debian/patches/Fix-arping-path.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/Fix-arping-path.patch b/debian/patches/Fix-arping-path.patch index fd149157..f56e3d8f 100644 --- a/debian/patches/Fix-arping-path.patch +++ b/debian/patches/Fix-arping-path.patch @@ -15,10 +15,10 @@ Closes: #755039 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/devices/nm-arping-manager.c b/src/devices/nm-arping-manager.c -index 7b76584..59f0fae 100644 +index 51f80e0..3564acc 100644 --- a/src/devices/nm-arping-manager.c +++ b/src/devices/nm-arping-manager.c -@@ -222,7 +222,7 @@ nm_arping_manager_start_probe (NMArpingManager *self, guint timeout, GError **er +@@ -223,7 +223,7 @@ nm_arping_manager_start_probe (NMArpingManager *self, guint timeout, GError **er priv->completed = 0; @@ -27,7 +27,7 @@ index 7b76584..59f0fae 100644 if (!argv[0]) { g_set_error_literal (error, NM_DEVICE_ERROR, NM_DEVICE_ERROR_FAILED, "arping could not be found"); -@@ -342,7 +342,7 @@ send_announcements (NMArpingManager *self, const char *mode_arg) +@@ -343,7 +343,7 @@ send_announcements (NMArpingManager *self, const char *mode_arg) return; } |