From: Paul Mackerras Date: Tue, 19 Dec 2006 10:22:11 +0000 (+0000) Subject: Fix bug causing segfault on tdb errors. X-Git-Tag: ppp-2.4.7~104 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=e3426561f8042f6f231de8103b21f200d2042ef3;hp=e3426561f8042f6f231de8103b21f200d2042ef3;p=ppp.git Fix bug causing segfault on tdb errors. We were calling tdb_error where we should have called tdb_errorstr. Patch from Or Goshen. ---