networkd: fix typo

It's HAVE_SPLIT_USR not HAVE_SPLIT_USER
This commit is contained in:
Michael Olbrich 2014-03-14 18:19:29 +01:00 committed by Tom Gundersen
parent a86eae57ff
commit eed0eee85a

View file

@ -33,7 +33,7 @@ const char* const network_dirs[] = {
"/etc/systemd/network", "/etc/systemd/network",
"/run/systemd/network", "/run/systemd/network",
"/usr/lib/systemd/network", "/usr/lib/systemd/network",
#ifdef HAVE_SPLIT_USER #ifdef HAVE_SPLIT_USR
"/lib/systemd/network", "/lib/systemd/network",
#endif #endif
NULL}; NULL};