Parent Directory
|
Revision Log
|
Patch
| revision 521230, Thu Mar 22 11:58:20 2007 UTC | revision 539687, Sat May 19 05:01:44 2007 UTC | |
|---|---|---|
| # | Line 706 static apr_status_t dbd_check(apr_pool_t | Line 706 static apr_status_t dbd_check(apr_pool_t |
| 706 | return APR_SUCCESS; | return APR_SUCCESS; |
| 707 | } | } |
| 708 | ||
| 709 | errmsg = apr_dbd_error(rec->driver, rec->handle, rv); | /* we don't have a driver-specific error code, so we'll just pass |
| 710 | * a "success" value and rely on the driver to ignore it | |
| 711 | */ | |
| 712 | errmsg = apr_dbd_error(rec->driver, rec->handle, 0); | |
| 713 | if (!errmsg) { | if (!errmsg) { |
| 714 | errmsg = "(unknown)"; | errmsg = "(unknown)"; |
| 715 | } | } |
|
||||||||
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |