The branch, master has been updated
       via  44ceff4d01ce1e7bd089c120f79812f48ced0be7 (commit)
      from  98ca5b04ba1ca0649b3004fa45cab6aaa8d5ec3c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 44ceff4d01ce1e7bd089c120f79812f48ced0be7
Author: Günther Deschner <[email protected]>
Date:   Thu Feb 26 13:19:24 2009 +0100

    s3-spoolss: fix search_notify(). sorry...
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source3/rpc_server/srv_spoolss_nt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/srv_spoolss_nt.c 
b/source3/rpc_server/srv_spoolss_nt.c
index 7485a42..7a58051 100644
--- a/source3/rpc_server/srv_spoolss_nt.c
+++ b/source3/rpc_server/srv_spoolss_nt.c
@@ -3518,7 +3518,7 @@ static bool search_notify(enum spoolss_NotifyType type,
 {
        int i;
 
-       for (i = 0; ARRAY_SIZE(notify_info_data_table); i++) {
+       for (i = 0; i < ARRAY_SIZE(notify_info_data_table); i++) {
                if (notify_info_data_table[i].type == type &&
                    notify_info_data_table[i].field == field &&
                    notify_info_data_table[i].fn != NULL) {


-- 
Samba Shared Repository

Reply via email to