1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00

r4662: Fix from "Jerome Borsboom" <j.borsboom@erasmusmc.nl> to fix

missing release reference for printer tdb.
Jeremy.
This commit is contained in:
Jeremy Allison 2005-01-11 01:39:06 +00:00 committed by Gerald (Jerry) Carter
parent 511cdec60d
commit 5942bb7737

View File

@ -1077,6 +1077,7 @@ static void print_queue_update_internal( const char *sharename,
if ( !print_cache_expired(sharename, False) ) {
DEBUG(5,("print_queue_update_internal: print cache for %s is still ok\n", sharename));
release_print_db(pdb);
return;
}