Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove testing artifact
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed May 24, 2013
1 parent d96e378 commit 032043b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/usb_moded-config.c
Expand Up @@ -256,6 +256,8 @@ static const char * get_kcmdline_string(const char *entry)

cmdLine[len] = '\0';

/* we're looking for a piece of the kernel command line matching this:
ip=192.168.3.100:192.168.3.1::255.255.255.0::usb0:on */
if (!g_shell_parse_argv(cmdLine, &argc, &argv, &optErr))
{
g_error_free(optErr);
Expand Down
2 changes: 1 addition & 1 deletion src/usb_moded-config.h
Expand Up @@ -20,7 +20,7 @@
*/


#define CONFIG_FILE_DIR "/tmp/etc/usb-moded"
#define CONFIG_FILE_DIR "/etc/usb-moded"
#define FS_MOUNT_CONFIG_FILE CONFIG_FILE_DIR"/usb-moded.ini"

#define MODE_SETTING_ENTRY "usbmode"
Expand Down

0 comments on commit 032043b

Please sign in to comment.