s3:libsmb: s/SMBkeepalive/NBSSkeepalive
authorStefan Metzmacher <metze@samba.org>
Tue, 12 Jul 2011 06:55:26 +0000 (08:55 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 12 Jul 2011 07:44:04 +0000 (09:44 +0200)
metze

source3/libsmb/read_smb.c

index f530633c9f83d04d8c61806ee30d3387b2741dcb..ecedcfbe9d28addbb66c25cea3739f2089cca690 100644 (file)
@@ -84,7 +84,7 @@ static void read_smb_done(struct tevent_req *subreq)
                return;
        }
 
-       if (CVAL(state->buf, 0) == SMBkeepalive) {
+       if (CVAL(state->buf, 0) == NBSSkeepalive) {
                subreq = read_packet_send(state, state->ev, state->fd, 4,
                                          read_smb_more, NULL);
                if (tevent_req_nomem(subreq, req)) {