diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-24 13:04:27 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-24 13:08:04 +1000 |
commit | abb72170e4c8b7a31d8466ac0959f8953267612a (patch) | |
tree | 508ac70e8d335bbbeb8000e0d05ca9cdc708b133 /selftest/selftest.pl | |
parent | 54d8836a84eeeefe6310a1a064d416b55aa169b8 (diff) | |
download | samba-abb72170e4c8b7a31d8466ac0959f8953267612a.tar.gz |
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
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-x | selftest/selftest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 23434fc86ce..af45c718de1 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 |