Fix for null thread status on a blocked db update thread

This commit is contained in:
Ron Pedde 2006-03-31 05:02:47 +00:00
parent b1ed033d9e
commit 7bace3ab5a
1 changed files with 1 additions and 0 deletions

View File

@ -1416,6 +1416,7 @@ void dispatch_update(WS_CONNINFO *pwsc, DBQUERYINFO *pqi) {
int result;
DPRINTF(E_DBG,L_DAAP,"Preparing to send update response\n");
config_set_status(pwsc,pqi->session_id,"Waiting for DB update");
if(ws_getvar(pwsc,"revision-number")) {
clientver=atoi(ws_getvar(pwsc,"revision-number"));