summaryrefslogtreecommitdiffstats
path: root/source/printing/notify.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-18 07:52:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:51:59 -0500
commit2f58645b7094e81dff3734f11aa183ea2ab53d2d (patch)
treec5c65611d18a60dd3612d2466a45d2b36dc4167a /source/printing/notify.c
parenta52fa218952ffcd784ea31e947aa4d17dfdc8ee0 (diff)
downloadsamba-2f58645b7094e81dff3734f11aa183ea2ab53d2d.tar.gz
samba-2f58645b7094e81dff3734f11aa183ea2ab53d2d.tar.xz
samba-2f58645b7094e81dff3734f11aa183ea2ab53d2d.zip
r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()
and DLIST_DEMOTE() now take the type of the tmp pointer not the tmp pointer itself anymore. metze
Diffstat (limited to 'source/printing/notify.c')
-rw-r--r--source/printing/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/printing/notify.c b/source/printing/notify.c
index 916ff213cc5..7d5b7027819 100644
--- a/source/printing/notify.c
+++ b/source/printing/notify.c
@@ -295,7 +295,7 @@ to notify_queue_head\n", msg->type, msg->field, msg->printer));
* the messages are sent in the order they were received. JRA.
*/
- DLIST_ADD_END(notify_queue_head, pnqueue, tmp_ptr);
+ DLIST_ADD_END(notify_queue_head, pnqueue, struct notify_queue *);
num_messages++;
}