diff options
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/rpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/rpc.py b/ipalib/rpc.py index 2accdc5f0..3664b265a 100644 --- a/ipalib/rpc.py +++ b/ipalib/rpc.py @@ -656,7 +656,7 @@ class KerbTransport(SSLTransport): else: connection.putrequest("POST", handler) headers.append(("User-Agent", self.user_agent)) - self.send_headers(connection, headers) + self.send_headers(connection, headers) # pylint: disable=E1101 self.send_content(connection, request_body) return connection |