summaryrefslogtreecommitdiff
path: root/examples/python
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2010-05-06 16:28:42 +0200
committerJiří Klimeš <jklimes@redhat.com>2010-05-06 16:28:42 +0200
commit2242788e987aab52612dd3ebabf115a4920848b5 (patch)
tree0c8eb16104f79d5eda2f821c5bedda7ea0568750 /examples/python
parent391fb0f0f2d569e3f8dd23e6b99fdf7743760d09 (diff)
downloadNetworkManager-2242788e987aab52612dd3ebabf115a4920848b5.tar.gz
examples: fix a prefix
Diffstat (limited to 'examples/python')
-rwxr-xr-x[-rw-r--r--]examples/python/add-system-connection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python/add-system-connection.py b/examples/python/add-system-connection.py
index 3cf350e799..39eaabee0d 100644..100755
--- a/examples/python/add-system-connection.py
+++ b/examples/python/add-system-connection.py
@@ -25,7 +25,7 @@ s_con = dbus.Dictionary({
'uuid': '7371bb78-c1f7-42a3-a9db-5b9566e8ca07',
'id': 'MyConnection'})
-addr1 = dbus.Array([dbus.UInt32(50462986L), dbus.UInt32(0L), dbus.UInt32(16908554L)], signature=dbus.Signature('u'))
+addr1 = dbus.Array([dbus.UInt32(50462986L), dbus.UInt32(8L), dbus.UInt32(16908554L)], signature=dbus.Signature('u'))
s_ip4 = dbus.Dictionary({
'addresses': dbus.Array([addr1], signature=dbus.Signature('au')),
'method': 'manual'})