[Title] disable auto proxy
authormunkyu.im <munkyu.im@samsung.com>
Wed, 23 Nov 2011 06:14:52 +0000 (15:14 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Wed, 23 Nov 2011 06:14:52 +0000 (15:14 +0900)
[Type]     Enhancement
[Module]    // Module Name - (Main / Sub)
[Priority]
[CQ#]
[Redmine#]
[Problem]  can not support auto proxy currently. It's platform problem.
[Cause]
[Solution]
[TestCase]

SLP/src/option.c

index b2b5d85..41c862b 100644 (file)
@@ -169,12 +169,12 @@ int gethostproxy(char *proxy)
                pclose(output);
 
        }else if (strcmp(buf, "auto") == 0){
-               fprintf(stderr, "Emulator can't support automatic proxy currently. starts up with normal proxy.\n ");
+               ERR( "Emulator can't support automatic proxy currently. starts up with normal proxy.\n ");
                //can't support proxy auto setting
-               output = popen("gconftool-2 --get /system/proxy/autoconfig_url", "r");
-               fscanf(output , "%s", buf);
-               sprintf(proxy, "%s", buf);
-               pclose(output);
+//             output = popen("gconftool-2 --get /system/proxy/autoconfig_url", "r");
+//             fscanf(output , "%s", buf);
+//             sprintf(proxy, "%s", buf);
+//             pclose(output);
        }
 
        emulator_mutex_unlock();