New names for redirection numbers
authorKarsten Keil <kkeil@linux-pingi.de>
Sat, 24 Sep 2011 07:27:43 +0000 (09:27 +0200)
committerKarsten Keil <kkeil@linux-pingi.de>
Sat, 24 Sep 2011 07:27:43 +0000 (09:27 +0200)
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
ie.cpp

diff --git a/ie.cpp b/ie.cpp
index e64a694..7509440 100644 (file)
--- a/ie.cpp
+++ b/ie.cpp
@@ -1098,7 +1098,7 @@ void Pdss1::dec_ie_redir_nr(struct l3_msg *l3m, int *type, int *plan, int *prese
        *reason = -1;
        *number = '\0';
 
        *reason = -1;
        *number = '\0';
 
-       unsigned char *p = l3m->redirect_nr;
+       unsigned char *p = l3m->redirecting_nr;
        if (!p)
                return;
        if (p[0] < 1) {
        if (!p)
                return;
        if (p[0] < 1) {
@@ -1181,7 +1181,7 @@ void Pdss1::dec_ie_redir_dn(struct l3_msg *l3m, int *type, int *plan, int *prese
        *present = -1;
        *number = '\0';
 
        *present = -1;
        *number = '\0';
 
-       unsigned char *p = l3m->redirect_dn;
+       unsigned char *p = l3m->redirection_nr;
        if (!p)
                return;
        if (p[0] < 1) {
        if (!p)
                return;
        if (p[0] < 1) {