Unverified Commit 59a0fb24 authored by Marcel Raad's avatar Marcel Raad
Browse files

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.
parent f601f427
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment