]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
umm ya
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 6 Aug 2008 19:56:44 +0000 (19:56 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 6 Aug 2008 19:56:44 +0000 (19:56 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9230 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_xml.c

index 6f4aeedb46c3c1e3813535eb1fb5187d4f4ecdc3..df87888ac79bf504cfd9cfcd0ebb2b525e084c65 100644 (file)
@@ -1486,6 +1486,8 @@ SWITCH_DECLARE(switch_status_t) switch_xml_locate_user(const char *key,
                goto end;
        }
        
+       status = SWITCH_STATUS_FALSE;
+
        if (ip) {
                if ((*user = switch_xml_find_child(*domain, "user", "ip", ip))) {
                        status = SWITCH_STATUS_SUCCESS;