Skip to content

Commit

Permalink
usrloc: removed useless set of db type for expire column
Browse files Browse the repository at this point in the history
(cherry picked from commit 943724e)
  • Loading branch information
miconda committed May 9, 2018
1 parent e0c84fc commit b30e500
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/usrloc/dlist.c
Expand Up @@ -132,7 +132,6 @@ static inline int get_all_db_ucontacts(void *buf, int len, unsigned int flags,
/* where fields */
keys1[0] = &expires_col;
ops1[0] = OP_GT;
vals1[0].type = DB1_STR;
vals1[0].nul = 0;
UL_DB_EXPIRES_SET(&vals1[0], time(0));

Expand Down

0 comments on commit b30e500

Please sign in to comment.