From: christof.hanke@rzg.mpg.de Date: Thu, 25 Jun 2009 00:14:43 +0000 (+0000) Subject: pag-get-lint-20090623 X-Git-Tag: openafs-devel-1_5_61~203 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4ac7d59d464d66322a2925c86e955cd8d8067f75;p=packages%2Fo%2Fopenafs.git pag-get-lint-20090623 LICENSE IPL10 FIXES 124951 make things happy for rpmlint again (wrong initialization) --- diff --git a/src/afs/afs_pioctl.c b/src/afs/afs_pioctl.c index e9cc972ae..a19e16ad0 100644 --- a/src/afs/afs_pioctl.c +++ b/src/afs/afs_pioctl.c @@ -683,6 +683,7 @@ afs_xioctl(void) #if defined(AFS_OSF_ENV) || defined(AFS_DARWIN_ENV) || defined(AFS_XBSD_ENV) return (code); #endif +return 0; } #endif /* AFS_SGI_ENV */ #endif /* AFS_HPUX102_ENV */