1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 18:55:40 +03:00

Fix compilation issue; s/-NOENT/-ENOENT/

This commit is contained in:
Tollef Fog Heen 2010-05-10 00:32:20 +02:00
parent 1137a57c26
commit aa4112670b

View File

@ -130,7 +130,7 @@ finish:
if (k[0] == 0) {
free(k);
return -NOENT;
return -ENOENT;
}
*hn = k;