summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/uip_callback.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/uip/uip_callback.c')
-rw-r--r--nuttx/net/uip/uip_callback.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/uip/uip_callback.c b/nuttx/net/uip/uip_callback.c
index 60ead736f..690ef47be 100644
--- a/nuttx/net/uip/uip_callback.c
+++ b/nuttx/net/uip/uip_callback.c
@@ -1,7 +1,7 @@
/****************************************************************************
* net/uip/uip_callback.c
*
- * Copyright (C) 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -236,7 +236,7 @@ uint16 uip_callbackexecute(FAR struct uip_driver_s *dev, void *pvconn, uint16 fl
*/
nvdbg("Call event=%p with flags=%04x\n", list->event, flags);
- flags = list->event(dev, pvconn, list->private, flags);
+ flags = list->event(dev, pvconn, list->priv, flags);
}
/* Set up for the next time through the loop */