From 18995cde5c5d2e647d94f9dcde4ba9261464c217 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 Jul 2011 17:26:31 +1000 Subject: s4-fault: changed to use %d for PID, instead of %PID% this matches the s3 behaviour Pair-Programmed-With: 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 808be222bb..218f83ba14 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -643,7 +643,7 @@ sub write_clientconf($$$) cache dir = $clientdir/cachedir ncalrpc dir = $clientdir/ncalrpcdir name resolve order = file bcast - panic action = $RealBin/gdb_backtrace \%PID\% + panic action = $RealBin/gdb_backtrace \%d max xmit = 32K notify:inotify = false ldb:nosync = true -- cgit