diff options
| author | Jiří Klimeš <jklimes@redhat.com> | 2010-05-06 16:28:42 +0200 |
|---|---|---|
| committer | Jiří Klimeš <jklimes@redhat.com> | 2010-05-06 16:28:42 +0200 |
| commit | 2242788e987aab52612dd3ebabf115a4920848b5 (patch) | |
| tree | 0c8eb16104f79d5eda2f821c5bedda7ea0568750 /examples/python | |
| parent | 391fb0f0f2d569e3f8dd23e6b99fdf7743760d09 (diff) | |
| download | NetworkManager-2242788e987aab52612dd3ebabf115a4920848b5.tar.gz | |
examples: fix a prefix
Diffstat (limited to 'examples/python')
| -rwxr-xr-x[-rw-r--r--] | examples/python/add-system-connection.py | 2 |
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'}) |
