blob: b082dce9713620b9ea020d67428cdb4aec66abb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/rpc/open_xdatachannel.py b/rpc/open_xdatachannel.py
index 553f76f..d4186e1 100755
--- a/rpc/open_xdatachannel.py
+++ b/rpc/open_xdatachannel.py
@@ -122,7 +122,7 @@ csr_req = pscr['body'][:-6] + dcr['body'] + b'\x02\x04\0\0\0\0'
r.execute('UtaRPCPSConnectSetupReq', csr_req)
if not cfg.dbus:
- sys.exit(1)
+ sys.exit(0)
myconnection = None
system_bus = dbus.SystemBus()
|