Skip to content

Commit

Permalink
lib: use socket_len for location received and topos IP address DB sch…
Browse files Browse the repository at this point in the history
…eme (no change table definitions)
  • Loading branch information
henningw committed Aug 27, 2019
1 parent 7f205a7 commit f318c29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/srdb1/schema/location.xml
Expand Up @@ -71,7 +71,7 @@
<column>
<name>received</name>
<type>string</type>
<size>&uri_len;</size>
<size>&socket_len;</size>
<null/>
<default><null/></default>
<description>Received IP:PORT in the format SIP:IP:PORT</description>
Expand Down
4 changes: 2 additions & 2 deletions src/lib/srdb1/schema/topos_d.xml
Expand Up @@ -186,15 +186,15 @@
<column id="a_srcaddr">
<name>a_srcaddr</name>
<type>string</type>
<size>&uri_len;</size>
<size>&socket_len;</size>
<default/>
<description>Source address - A side</description>
</column>

<column id="b_srcaddr">
<name>b_srcaddr</name>
<type>string</type>
<size>&uri_len;</size>
<size>&socket_len;</size>
<default/>
<description>Source address - B side</description>
</column>
Expand Down

0 comments on commit f318c29

Please sign in to comment.