diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2011-06-14 03:55:17 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2011-06-14 03:55:17 +0000 |
commit | dd85ece875ddc33130bf7526bae9ff3c1eaf76e7 (patch) | |
tree | 3da31162aa07f4cb18ea5da754f721c4e84a21c5 /src/udb.c | |
parent | a8454492fdd0eb5a005ff8ef52fad69f43baffe2 (diff) | |
download | FreeBSD-src-dd85ece875ddc33130bf7526bae9ff3c1eaf76e7.zip FreeBSD-src-dd85ece875ddc33130bf7526bae9ff3c1eaf76e7.tar.gz |
Import sendmail 8.14.5
Diffstat (limited to 'src/udb.c')
-rw-r--r-- | src/udb.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,9 +15,9 @@ #include "map.h" #if USERDB -SM_RCSID("@(#)$Id: udb.c,v 8.164 2006/12/19 19:49:51 ca Exp $ (with USERDB)") +SM_RCSID("@(#)$Id: udb.c,v 8.165 2010/01/10 06:22:00 ca Exp $ (with USERDB)") #else /* USERDB */ -SM_RCSID("@(#)$Id: udb.c,v 8.164 2006/12/19 19:49:51 ca Exp $ (without USERDB)") +SM_RCSID("@(#)$Id: udb.c,v 8.165 2010/01/10 06:22:00 ca Exp $ (without USERDB)") #endif /* USERDB */ #if USERDB @@ -1219,7 +1219,7 @@ _udbx_close() # endif /* DB_VERSION_MAJOR < 2 */ } if (tTd(28, 1)) - sm_dprintf("_udbx_init: db->close(%s)\n", + sm_dprintf("_udbx_close: db->close(%s)\n", up->udb_dbname); # endif /* NEWDB */ } |