diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2008-02-21 07:12:56 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2008-02-21 07:12:56 +0000 |
| commit | 1dc2c6a592db8902835d10e62984ae4e0374780d (patch) | |
| tree | e27d36f5273dfb8def79e252aa9e430b85042878 /usr.sbin/sa | |
| parent | 5b7a04161dc9fc414b2b430039b971ebfc5f088a (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sa')
| -rw-r--r-- | usr.sbin/sa/db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sa/db.c b/usr.sbin/sa/db.c index c4f83d17a6a8..c6b25f3d7410 100644 --- a/usr.sbin/sa/db.c +++ b/usr.sbin/sa/db.c @@ -67,7 +67,7 @@ db_copy_in(DB **mdb, const char *dbname, const char *uname, BTREEINFO *bti, if (iflag) return (0); - if ((ddb = dbopen(dbname, O_RDONLY, 0, DB_BTREE, NULL)) == NULL) { + if ((ddb = dbopen(dbname, O_RDONLY, 0, DB_BTREE, bti)) == NULL) { if (errno == ENOENT) return (0); warn("retrieving %s summary", uname); |
