aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2012-05-23 14:27:41 -0700
committerIrfan Sheriff <isheriff@google.com>2012-05-23 14:27:41 -0700
commit40d921b22a5c878d64b17a1138477e0eeb37842e (patch)
tree7694b2f0662b0a2c2311ea8b81d845f361e0559b
parent48d5a1d50750ffa5d14b64841fc7e81dadafd1a4 (diff)
downloadexternal_dhcpcd-40d921b22a5c878d64b17a1138477e0eeb37842e.zip
external_dhcpcd-40d921b22a5c878d64b17a1138477e0eeb37842e.tar.gz
external_dhcpcd-40d921b22a5c878d64b17a1138477e0eeb37842e.tar.bz2
Fix comment
Bug: 6522164 Change-Id: I02e19a8263cdec791041564d2888239f8d724438
-rw-r--r--dhcpcd-hooks/95-configured4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpcd-hooks/95-configured b/dhcpcd-hooks/95-configured
index 7f1b0ab..ee33b49 100644
--- a/dhcpcd-hooks/95-configured
+++ b/dhcpcd-hooks/95-configured
@@ -2,14 +2,14 @@
# has completed. It sets a property to let the framework
# know that setting up the interface is complete.
-# For debugging:
-
if [[ $interface == p2p* ]]
then
intf=p2p
else
intf=$interface
fi
+
+# For debugging:
setprop dhcp.${intf}.reason "${reason}"
case "${reason}" in