diff options
| author | San Mehat <san@google.com> | 2009-05-13 12:52:53 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-13 12:52:53 -0700 |
| commit | e00d31aeb13fcf9919fd5e6598fdc6c5f178b602 (patch) | |
| tree | b6a9e7c86c282fe0ed843a6e25f09af6be77771e /toolbox | |
| parent | 80c3b189d7e81a895524ad627841222b9c17da04 (diff) | |
| parent | 0389a1297d65321a882ea0dcc69f4de4e3bcb169 (diff) | |
| download | system_core-e00d31aeb13fcf9919fd5e6598fdc6c5f178b602.tar.gz system_core-e00d31aeb13fcf9919fd5e6598fdc6c5f178b602.tar.bz2 system_core-e00d31aeb13fcf9919fd5e6598fdc6c5f178b602.zip | |
am 0389a12: toolbox: Make that \'pointopoint\' instead of \'pointtopoint\'
Merge commit '0389a1297d65321a882ea0dcc69f4de4e3bcb169'
* commit '0389a1297d65321a882ea0dcc69f4de4e3bcb169':
toolbox: Make that 'pointopoint' instead of 'pointtopoint'
Diffstat (limited to 'toolbox')
| -rw-r--r-- | toolbox/ifconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolbox/ifconfig.c b/toolbox/ifconfig.c index 1de362f7..dff183e8 100644 --- a/toolbox/ifconfig.c +++ b/toolbox/ifconfig.c @@ -126,9 +126,9 @@ int ifconfig_main(int argc, char *argv[]) while(argc > 0){ if(!strcmp(argv[0], "up")) { setflags(s, &ifr, IFF_UP, 0); - } else if(!strcmp(argv[0], "-pointtopoint")) { + } else if(!strcmp(argv[0], "-pointopoint")) { setflags(s, &ifr, IFF_POINTOPOINT, 1); - } else if(!strcmp(argv[0], "pointtopoint")) { + } else if(!strcmp(argv[0], "pointopoint")) { argc--, argv++; if (0 == argc) { errno = EINVAL; |
