From abb72170e4c8b7a31d8466ac0959f8953267612a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 24 Jun 2011 13:04:27 +1000 Subject: selftest: Remove %PROG% argument from 'panic action' The debugger or script will need to work out the binary from the PID, as %PROG% support was lost when the setup_fault() code was merged between Samba3 and Samba4. Andrew Bartlett --- selftest/selftest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'selftest/selftest.pl') diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 23434fc86c..af45c718de 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -629,7 +629,7 @@ sub write_clientconf($$$) lock dir = $clientdir/lockdir ncalrpc dir = $clientdir/ncalrpcdir name resolve order = file bcast - panic action = $RealBin/gdb_backtrace \%PID\% \%PROG\% + panic action = $RealBin/gdb_backtrace \%PID\% max xmit = 32K notify:inotify = false ldb:nosync = true -- cgit