Diff between 7aa89d55671c48deede6aa4f868b3e4a95f30a63 and 3c51a36628c7ec330f7dc3c5292f48cd820f6947
Changed Files
| File | Additions | Deletions | Status |
| obexd/client/session.c | +0 | -1 | modified |
Full Patch
diff --git a/obexd/client/session.c b/obexd/client/session.c
index 5dfbd47..7de1492 100644
--- a/obexd/client/session.c
+++ b/obexd/client/session.c
@@ -100,7 +100,6 @@ struct obc_session {
guint watch;
GSList *pending;
GSList *pending_calls;
- void *priv;
char *adapter;
};