summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--usr/iface.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 709f005..6385045 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# if you are packaging open-iscsi, set this variable to the location
# that you want everything installed into.
-DESTDIR ?=
+DESTDIR ?=
prefix = /usr
exec_prefix = /
diff --git a/usr/iface.c b/usr/iface.c
index 74e63f6..af0708a 100644
--- a/usr/iface.c
+++ b/usr/iface.c
@@ -531,7 +531,7 @@ static int __iface_setup_host_bindings(void *data, struct host_info *hinfo)
&nr_found,
iface_setup_binding_from_kern_iface);
if (!nr_found)
- iface_setup_binding_from_kern_iface(hinfo, NULL);
+ iface_setup_binding_from_kern_iface(hinfo, NULL);
return 0;
}