mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-24 02:03:54 +03:00
resolved: write resolv.conf search - switch arguments
Found by Lukáš Nykrýn.
This commit is contained in:
parent
e1ad6e245d
commit
a9feff3d77
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user