Fix implementation of filesystem.cpp 33/67833/1
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 28 Apr 2016 13:06:46 +0000 (15:06 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 28 Apr 2016 13:25:02 +0000 (15:25 +0200)
commit31f77aea957f603c982f41acadf1023166fad509
tree24c711ba78380a28606fa23060250108c21dd0e7
parent86fe306466e407276fd127a666fe61c0df1432d8
Fix implementation of filesystem.cpp

The function getFilesFromDirectory should not follow
links. It should return the list of files in directlry.

Change-Id: I142f8e0bc3a992da2f14d69e758426aff5df2ab6
src/common/filesystem.cpp