Skip to content

Commit

Permalink
usrloc: fixed issue updating last_modified
Browse files Browse the repository at this point in the history
- introduced in previos commit

(cherry picked from commit 767c2bc)
  • Loading branch information
miconda authored and linuxmaniac committed Jan 6, 2015
1 parent 84100f0 commit bff4e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/usrloc/ucontact.c
Expand Up @@ -827,7 +827,7 @@ int db_update_ucontact_addr(ucontact_t* _c)

keys2[nr_cols2] = &last_mod_col;
vals2[nr_cols2].nul = 0;
vals2[nr_cols2].val = _c->last_modified;
UL_DB_EXPIRES_SET(&vals2[nr_cols2], _c->last_modified);
nr_cols2++;

keys2[nr_cols2] = &ruid_col;
Expand Down

0 comments on commit bff4e99

Please sign in to comment.