From bcdd551b6163c2becaf709d33d3c42247b0ce6ca Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Nov 29 2011 21:28:56 +0000 Subject: whitespace fixups --- diff --git a/src/certread-n.c b/src/certread-n.c index 5b5e051..b81039e 100644 --- a/src/certread-n.c +++ b/src/certread-n.c @@ -435,7 +435,7 @@ cm_certread_n_done(struct cm_store_entry *entry, if (state->subproc != NULL) { cm_certread_read_data_from_buffer(entry, cm_subproc_get_msg(entry, - state->subproc, + state->subproc, NULL)); cm_subproc_done(entry, state->subproc); } diff --git a/src/certread-o.c b/src/certread-o.c index 0fbd415..87264e5 100644 --- a/src/certread-o.c +++ b/src/certread-o.c @@ -131,7 +131,7 @@ cm_certread_o_done(struct cm_store_entry *entry, if (state->subproc != NULL) { cm_certread_read_data_from_buffer(entry, cm_subproc_get_msg(entry, - state->subproc, + state->subproc, NULL)); cm_subproc_done(entry, state->subproc); } diff --git a/src/csrgen-n.c b/src/csrgen-n.c index 14d6042..a4fb777 100644 --- a/src/csrgen-n.c +++ b/src/csrgen-n.c @@ -561,7 +561,7 @@ cm_csrgen_n_save_csr(struct cm_store_entry *entry, talloc_free(entry->cm_csr); entry->cm_csr = talloc_strdup(entry, cm_subproc_get_msg(entry, - state->subproc, + state->subproc, NULL)); if (entry->cm_csr == NULL) { return ENOMEM; diff --git a/src/csrgen-o.c b/src/csrgen-o.c index 9886712..7dad1b5 100644 --- a/src/csrgen-o.c +++ b/src/csrgen-o.c @@ -277,7 +277,7 @@ cm_csrgen_o_save_csr(struct cm_store_entry *entry, talloc_free(entry->cm_csr); entry->cm_csr = talloc_strdup(entry, cm_subproc_get_msg(entry, - state->subproc, + state->subproc, NULL)); if (entry->cm_csr == NULL) { return ENOMEM; diff --git a/src/keyiread-n.c b/src/keyiread-n.c index 9b6c9cc..2659c9d 100644 --- a/src/keyiread-n.c +++ b/src/keyiread-n.c @@ -472,7 +472,7 @@ cm_keyiread_n_done(struct cm_store_entry *entry, if (state->subproc != NULL) { cm_keyiread_read_data_from_buffer(entry, cm_subproc_get_msg(entry, - state->subproc, + state->subproc, NULL)); cm_subproc_done(entry, state->subproc); } diff --git a/src/keyiread-o.c b/src/keyiread-o.c index 26118b4..3e558e6 100644 --- a/src/keyiread-o.c +++ b/src/keyiread-o.c @@ -212,7 +212,7 @@ cm_keyiread_o_done(struct cm_store_entry *entry, if (state->subproc != NULL) { cm_keyiread_read_data_from_buffer(entry, cm_subproc_get_msg(entry, - state->subproc, + state->subproc, NULL)); cm_subproc_done(entry, state->subproc); } diff --git a/src/tdbush.c b/src/tdbush.c index e0161af..5026dbc 100644 --- a/src/tdbush.c +++ b/src/tdbush.c @@ -2117,7 +2117,7 @@ request_modify(DBusConnection *conn, DBusMessage *msg, struct cm_context *ctx) entry->cm_busname); cm_tdbusm_set_bp(rep, cm_restart_one(ctx, - entry->cm_nickname), + entry->cm_nickname), new_request_path); dbus_connection_send(conn, rep, NULL); dbus_message_unref(rep);