Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL };
authorJeff Layton <jlayton@redhat.com>
Fri, 12 Sep 2008 20:58:00 +0000 (16:58 -0400)
committerJeff Layton <jlayton@redhat.com>
Fri, 12 Sep 2008 20:58:00 +0000 (16:58 -0400)
commitbe4adc6938b06fc6df79c6c129528fdbb8b0c041
treef72e6380ce7c160dd1f167126bd04d2931e72189
parentce937b28a75b8c72e36bd3853d52a9ac1a7606b9
Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL };

Cherry picked from commit 3d3d61687ef00181f4f04e001d42181d93ac931e

Signed-off-by: Jeff Layton <jlayton@redhat.com>
source/client/cifs.upcall.c