Add delay to have 2.1 setup settle before requesting features again

This commit is contained in:
Marcel Holtmann 2009-02-03 01:32:10 +01:00
parent 16898f132b
commit 8dcd4a1f5e

View File

@ -888,6 +888,7 @@ static void cmd_info(int dev_id, int argc, char **argv)
close(dd);
exit(1);
}
sleep(1);
cc = 1;
} else
handle = htobs(cr->conn_info->handle);