projects
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af0e360
)
avahi: change discovered items type from file to directory
author
Pierre Lamot
<pierre@videolabs.io>
Thu, 5 Sep 2019 10:19:54 +0000
(12:19 +0200)
committer
Sebastian Ramacher
<sramacher@debian.org>
Thu, 27 Feb 2020 20:44:49 +0000
(20:44 +0000)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit
a72b4e881c51522b9df603df66b82211485eee1a
)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0009-avahi-change-discovered-items-type-from-file-to-dire.patch
modules/services_discovery/avahi.c
patch
|
blob
|
history
diff --git
a/modules/services_discovery/avahi.c
b/modules/services_discovery/avahi.c
index 1cc719c3f96631fb5d2f06c8f6d878a15267ee8d..080a8d636fb9773073677ee541b910ff789722dc 100644
(file)
--- a/
modules/services_discovery/avahi.c
+++ b/
modules/services_discovery/avahi.c
@@
-338,7
+338,7
@@
static void resolve_callback(
if( psz_uri != NULL )
{
- p_input = input_item_New
( psz_uri, name
);
+ p_input = input_item_New
Directory( psz_uri, name, ITEM_NET
);
free( psz_uri );
}
if( p_input != NULL )