mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 15:10:33 +00:00
resolved: write resolv.conf search - switch arguments
Found by Lukáš Nykrýn.
This commit is contained in:
Notes:
Lennart Poettering
2014-10-24 17:00:56 +02:00
Backport: bugfix
@@ -699,7 +699,7 @@ static void write_resolv_conf_server(DnsServer *s, FILE *f, unsigned *count) {
|
||||
}
|
||||
|
||||
static void write_resolv_conf_search(const char *domain, FILE *f,
|
||||
unsigned *length, unsigned *count) {
|
||||
unsigned *count, unsigned *length) {
|
||||
assert(domain);
|
||||
assert(f);
|
||||
assert(length);
|
||||
|
||||
Reference in New Issue
Block a user