mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
metze's autogenerate patch for version.h
This commit is contained in:
@ -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"));
|
||||
|
||||
|
Reference in New Issue
Block a user