Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e00d31ae authored by San Mehat's avatar San Mehat Committed by The Android Open Source Project
Browse files

am 0389a129: toolbox: Make that \'pointopoint\' instead of \'pointtopoint\'

Merge commit '0389a129'

* commit '0389a129':
  toolbox: Make that 'pointopoint' instead of 'pointtopoint'
parents 80c3b189 0389a129
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;