mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
Fix warning messages for unused variables.
Jeremy.
(This used to be commit 406737cd9a
)
This commit is contained in:
parent
06ae5243f3
commit
48cd61d30e
@ -26,9 +26,11 @@ const char *samba_version_string(void)
|
||||
return SAMBA_VERSION_OFFICIAL_STRING;
|
||||
#else
|
||||
static fstring samba_version;
|
||||
fstring tmp_version;
|
||||
static BOOL init_samba_version;
|
||||
#ifdef SAMBA_VENDOR_PATCH
|
||||
fstring tmp_version;
|
||||
size_t remaining;
|
||||
#endif
|
||||
|
||||
if (init_samba_version)
|
||||
return samba_version;
|
||||
|
Loading…
Reference in New Issue
Block a user