diff options
Diffstat (limited to 'lib/pb-config/storage-powerpc-nvram.c')
-rw-r--r-- | lib/pb-config/storage-powerpc-nvram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pb-config/storage-powerpc-nvram.c b/lib/pb-config/storage-powerpc-nvram.c index bd75268..92305f9 100644 --- a/lib/pb-config/storage-powerpc-nvram.c +++ b/lib/pb-config/storage-powerpc-nvram.c @@ -426,7 +426,7 @@ static char *dns_config_str(void *ctx, const char **dns_servers, int n) char *str; int i; - str = talloc_strdup(ctx, "dns="); + str = talloc_strdup(ctx, "dns,"); for (i = 0; i < n; i++) { str = talloc_asprintf_append(str, "%s%s", i == 0 ? "" : ",", |