[sr-dev] git:master: Use &long_hf_len; instead of &uri_len; for path column in location table.

Inaki Baz Castillo ibc at aliax.net
Fri Sep 7 12:54:38 CEST 2012


Module: sip-router
Branch: master
Commit: 9329c7d1522f9692f46210aa72e9e932b97a0178
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9329c7d1522f9692f46210aa72e9e932b97a0178

Author: Iñaki Baz Castillo <ibc at aliax.net>
Committer: Iñaki Baz Castillo <ibc at aliax.net>
Date:   Fri Sep  7 12:53:48 2012 +0200

Use &long_hf_len; instead of &uri_len; for path column in location table.

---

 lib/srdb1/schema/location.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/srdb1/schema/location.xml b/lib/srdb1/schema/location.xml
index 0276212..91e421e 100644
--- a/lib/srdb1/schema/location.xml
+++ b/lib/srdb1/schema/location.xml
@@ -74,7 +74,7 @@
     <column>
         <name>path</name>
         <type>string</type>
-        <size>&uri_len;</size>
+        <size>&long_hf_len;</size>
         <null/>
         <default><null/></default>
         <description>Path Header(s) per RFC 3327</description>




More information about the sr-dev mailing list