otcshare / automotive-message-broker

Other
48 stars 48 forks source link

Bugfix: parsing of plugins.d failed with some file-systems #59

Closed ghost closed 9 years ago

ghost commented 9 years ago

Missing G_FILE_ATTRIBUTE_STANDARD_NAME flag in the call to g_file_enumerate_children(). As we need the names of the files (to open them), we need to add this flag, even if on most file-systems, the filenames are fetched by default. For some file-systems like NFS, this flag is required. Without it, AMB crashes.