]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
need to add to the pointer, not the pointee
authorMichael Jerris <mike@jerris.com>
Sat, 18 Nov 2006 16:37:25 +0000 (16:37 +0000)
committerMichael Jerris <mike@jerris.com>
Sat, 18 Nov 2006 16:37:25 +0000 (16:37 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3403 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 2fd5f1043a013ef9cc17dbe0fa43d93a7b9c44c2..295beac0273a952f5959c44a434dd291e10cce19 100644 (file)
@@ -4161,7 +4161,7 @@ static void sip_r_register(int status,
        qrealm = duprealm;
        
        while(*qrealm && *qrealm == '"') {
-               *qrealm++;
+               qrealm++;
        }
        if ((p = strchr(qrealm, '"'))) {
                *p = '\0';