Signed-off-by: Pete Zaitcev <[email protected]>
---
lib/cldc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Looks like I confused myself with patch numbering. This one is
out of order, or maybe a duplicate? Sending on the premise that
it's easier to drop.
diff --git b/lib/cldc.c a/lib/cldc.c
index 0eb7ad8..305e05d 100644
--- b/lib/cldc.c
+++ a/lib/cldc.c
@@ -1595,8 +1595,8 @@ struct ncld_sess *ncld_sess_open(const char *host, int
port, int *error,
if (!nsess)
goto out_sesalloc;
memset(nsess, 0, sizeof(struct ncld_sess));
- cld_timer_init(&nsess->udp_timer, "nsess-udp-timer",
ncld_udp_timer_event,
- nsess);
+ cld_timer_init(&nsess->udp_timer, "nsess-udp-timer",
+ ncld_udp_timer_event, nsess);
nsess->mutex = g_mutex_new();
if (!nsess->mutex)
goto out_mutex;
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html