From 9c2af7e86895a3a2e457deb72a539f98d725b297 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 12 Jun 2008 08:07:16 +0000 Subject: Rename pin_reqs o auth_reqs since it's tracking SSP too --- hcid/adapter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcid/adapter.h') diff --git a/hcid/adapter.h b/hcid/adapter.h index ef579832..d361192f 100644 --- a/hcid/adapter.h +++ b/hcid/adapter.h @@ -117,7 +117,7 @@ struct adapter { struct agent *agent; /* For the new API */ GSList *active_conn; struct bonding_request_info *bonding; - GSList *pin_reqs; + GSList *auth_reqs; struct pending_dc_info *pending_dc; GSList *devices; /* Devices structure pointers */ GSList *sessions; /* Request Mode sessions */ -- cgit