1
0
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:
Andreas Schneider 2008-07-17 12:29:02 +02:00 committed by Stefan Metzmacher
parent 2a8ebdca53
commit c400d0a0af

View File

@ -625,7 +625,7 @@ smbc_init_context(SMBCCTX *context)
const char *
smbc_version(void)
{
return samba_version_string();
return SAMBA_VERSION_STRING;
}