mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
Use the macro to call samba_version_string().
Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit d2682295f55a18d526434062834c033aa18e794b)
This commit is contained in:
parent
2a8ebdca53
commit
c400d0a0af
@ -625,7 +625,7 @@ smbc_init_context(SMBCCTX *context)
|
||||
const char *
|
||||
smbc_version(void)
|
||||
{
|
||||
return samba_version_string();
|
||||
return SAMBA_VERSION_STRING;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user