commit | a76ef122e4c06bb04fca9266b50b414646c4365b | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Fri Apr 16 12:44:16 2010 -0700 |
committer | Android Git Automerger <android-git-automerger@android.com> | Fri Apr 16 12:44:16 2010 -0700 |
tree | 0fa933cad0b4d52e88306e254923e72e97811eaf | |
parent | c8a454acb019246c694db422c086004485fd07f4 [diff] | |
parent | 34bff9ae7a7fc09b852eaf662933e842822a2bc4 [diff] |
am 34bff9ae: am 8ac50107: merge from open-source master
diff --git a/adb/file_sync_client.c b/adb/file_sync_client.c index 0ebfe73..65d4941 100644 --- a/adb/file_sync_client.c +++ b/adb/file_sync_client.c
@@ -959,7 +959,7 @@ return 1; } - if(S_ISREG(mode) || S_ISCHR(mode) || S_ISBLK(mode)) { + if(S_ISREG(mode) || S_ISLNK(mode) || S_ISCHR(mode) || S_ISBLK(mode)) { if(stat(lpath, &st) == 0) { if(S_ISDIR(st.st_mode)) { /* if we're copying a remote file to a local directory,