1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-06 16:23:49 +03:00

r22357: Don't use 'our'

This commit is contained in:
Jelmer Vernooij
2007-04-19 01:26:15 +00:00
committed by Gerald (Jerry) Carter
parent 913aa17b02
commit 7989ee2aa0
6 changed files with 13 additions and 16 deletions

View File

@@ -21,8 +21,8 @@ use Parse::Pidl::Samba4::NDR::Parser qw(GenerateStructEnv GenerateFunctionInEnv
use vars qw($VERSION);
$VERSION = '0.01';
our $res;
our $res_hdr;
my $res;
my $res_hdr;
my %constants;