<p>Maybe just a copy and paste error.</p>

<pre><code> modules/usrloc/ul_mod.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/usrloc/ul_mod.c b/modules/usrloc/ul_mod.c
index 99c8346..8a716ad 100644
--- a/modules/usrloc/ul_mod.c
+++ b/modules/usrloc/ul_mod.c
@@ -140,9 +140,9 @@ str methods_col     = str_init(METHODS_COL);    /*!< Name of column containing the
 str instance_col    = str_init(INSTANCE_COL);  /*!< Name of column containing the SIP instance value */
 str reg_id_col      = str_init(REG_ID_COL);        /*!< Name of column containing the reg-id value */
 str last_mod_col    = str_init(LAST_MOD_COL);  /*!< Name of column containing the last modified date */
-str srv_id_col      = str_init(REG_ID_COL);        /*!< Name of column containing the server id value */
-str con_id_col      = str_init(REG_ID_COL);        /*!< Name of column containing the connection id value */
-str keepalive_col   = str_init(REG_ID_COL);        /*!< Name of column containing the keepalive value */
+str srv_id_col      = str_init(SRV_ID_COL);        /*!< Name of column containing the server id value */
+str con_id_col      = str_init(CON_ID_COL);        /*!< Name of column containing the connection id value */
+str keepalive_col   = str_init(KEEPALIVE_COL);     /*!< Name of column containing the keepalive value */

 str ulattrs_user_col   = str_init(ULATTRS_USER_COL);   /*!< Name of column containing username */
 str ulattrs_domain_col = str_init(ULATTRS_DOMAIN_COL); /*!< Name of column containing domain */
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/kamailio/kamailio/issues/117#issuecomment-87152689">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36Zckd6DapLeanP82S5Gfa1xuHIdtAks5n5g_ogaJpZM4D2N6A.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/kamailio/kamailio/issues/117#issuecomment-87152689"></link>
    <meta itemprop="name" content="View Issue"></meta>
  </div>
  <meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>