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/lib/fault.c | |
parent | 0722fc16a445a47ef3aaa60e7a0e5324bfcf55eb (diff) | |
download | samba-8bfe26b62db2e671b143d93a5428f8fb64a9df05.tar.gz |
metze's autogenerate patch for version.h
(This used to be commit ae452e51b02672a56adf18aa7a7e365eeaba9272)
Diffstat (limited to 'source3/lib/fault.c')
-rw-r--r-- | source3/lib/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/fault.c b/source3/lib/fault.c index a9e1b7bbb92..df7830ef83b 100644 --- a/source3/lib/fault.c +++ b/source3/lib/fault.c @@ -34,7 +34,7 @@ static void fault_report(int sig) counter++; DEBUG(0,("===============================================================\n")); - DEBUG(0,("INTERNAL ERROR: Signal %d in pid %d (%s)",sig,(int)sys_getpid(),VERSION)); + DEBUG(0,("INTERNAL ERROR: Signal %d in pid %d (%s)",sig,(int)sys_getpid(),SAMBA_VERSION_STRING)); DEBUG(0,("\nPlease read the appendix Bugs of the Samba HOWTO collection\n")); DEBUG(0,("===============================================================\n")); |