ifupdown: simple code shrink
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 5 Nov 2012 12:22:56 +0000 (13:22 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 5 Nov 2012 12:22:56 +0000 (13:22 +0100)
function                                             old     new   delta
execute                                              631     607     -24

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ifupdown.c

index ad0a997..9fc1266 100644 (file)
@@ -259,7 +259,7 @@ static char *parse(const char *command, struct interface_defn_t *ifd)
                                opt_depth++;
                                command += 2;
                        } else {
-                               addstr(&result, "[", 1);
+                               addstr(&result, command, 1);
                                command++;
                        }
                        break;
@@ -271,7 +271,7 @@ static char *parse(const char *command, struct interface_defn_t *ifd)
                                }
                                command += 2;
                        } else {
-                               addstr(&result, "]", 1);
+                               addstr(&result, command, 1);
                                command++;
                        }
                        break;