]> granicus.if.org Git - curl/commit
smb: rename variable to fix shadowing warning
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Sat, 8 Jul 2017 21:19:36 +0000 (23:19 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Sun, 9 Jul 2017 12:42:13 +0000 (14:42 +0200)
commit59a0fb24390bc9387d3404e5f3dcde33bf80dffa
treeaeb840a07040c606978093dcf47c0f6a95231966
parentf601f42787f583e033f2af1cd88ce785f6af08d1
smb: rename variable to fix shadowing warning

GCC 4.6.3 on travis complains:
smb.c: In function ‘get_posix_time’:
smb.c:725:13: error: declaration of ‘time’ shadows a global declaration
[-Werror=shadow]

Fix this by renaming the variable.
lib/smb.c