diff options
author | Gerald Carter <jerry@samba.org> | 2003-08-20 17:13:38 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-08-20 17:13:38 +0000 |
commit | 8bfe26b62db2e671b143d93a5428f8fb64a9df05 (patch) | |
tree | 37d3f77a451087d3f7491a70bd076e38f977da5a /source3/param | |
parent | 0722fc16a445a47ef3aaa60e7a0e5324bfcf55eb (diff) | |
download | samba-8bfe26b62db2e671b143d93a5428f8fb64a9df05.tar.gz samba-8bfe26b62db2e671b143d93a5428f8fb64a9df05.tar.bz2 samba-8bfe26b62db2e671b143d93a5428f8fb64a9df05.zip |
metze's autogenerate patch for version.h
(This used to be commit ae452e51b02672a56adf18aa7a7e365eeaba9272)
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 4a2fffc757..17c82d5e13 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1340,7 +1340,7 @@ static void init_globals(void) string_set(&Globals.szLockDir, dyn_LOCKDIR); string_set(&Globals.szSocketAddress, "0.0.0.0"); pstrcpy(s, "Samba "); - pstrcat(s, VERSION); + pstrcat(s, SAMBA_VERSION_STRING); string_set(&Globals.szServerString, s); slprintf(s, sizeof(s) - 1, "%d.%d", DEFAULT_MAJOR_VERSION, DEFAULT_MINOR_VERSION); |