]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add a comment to describe some logic.
authorJoshua Colp <jcolp@digium.com>
Mon, 3 Mar 2008 15:15:39 +0000 (15:15 +0000)
committerJoshua Colp <jcolp@digium.com>
Mon, 3 Mar 2008 15:15:39 +0000 (15:15 +0000)
(closes issue #12120)
Reported by: flefoll
Patches:
      chan_sip.c.br14.patch-just-a-comment uploaded by flefoll (license 244)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@105557 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 4eba3fafc8adfe678aa7cf20e6b2c6607cc34aad..5873fe07b9a5710806ab73adfe7ff9a2b8053bc1 100644 (file)
@@ -16327,6 +16327,7 @@ static struct sip_user *build_user(const char *name, struct ast_variable *v, str
        strcpy(user->language, default_language);
        strcpy(user->mohinterpret, default_mohinterpret);
        strcpy(user->mohsuggest, default_mohsuggest);
+       /* First we walk through the v parameters list and then the alt parameters list */
        for (; v || ((v = alt) && !(alt=NULL)); v = v->next) {
                if (handle_common_options(&userflags[0], &mask[0], v))
                        continue;