1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

Fix some nonempty blank lines

This commit is contained in:
Volker Lendecke 2009-08-03 11:30:29 +02:00
parent bb944dcf64
commit e4d276f737

View File

@ -54,9 +54,9 @@ static void create_wks_info_100(struct wkssvc_NetWkstaInfo100 *info100)
WERROR _wkssvc_NetWkstaGetInfo(pipes_struct *p, struct wkssvc_NetWkstaGetInfo *r)
{
struct wkssvc_NetWkstaInfo100 *wks100 = NULL;
/* We only support info level 100 currently */
if ( r->in.level != 100 ) {
return WERR_UNKNOWN_LEVEL;
}
@ -66,7 +66,7 @@ WERROR _wkssvc_NetWkstaGetInfo(pipes_struct *p, struct wkssvc_NetWkstaGetInfo *r
}
create_wks_info_100( wks100 );
r->out.info->info100 = wks100;
return WERR_OK;